Commit fbd93bf4 authored by Marcos Paulo de Souza's avatar Marcos Paulo de Souza Committed by Matthew Garrett
Browse files

drivers/platform/x86/dell-laptop.c: Remove some unneeded break statements

parent 6fe6ae56
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -236,9 +236,7 @@ static void __init find_tokens(const struct dmi_header *dm, void *dummy)
{
	switch (dm->type) {
	case 0xd4: /* Indexed IO */
		break;
	case 0xd5: /* Protected Area Type 1 */
		break;
	case 0xd6: /* Protected Area Type 2 */
		break;
	case 0xda: /* Calling interface */