Skip to content

Commit

Permalink
amd-xgbe: Remove an unneeded semicolon on a switch statement
Browse files Browse the repository at this point in the history
Remove an unneeded semicolon at the end of a switch statement block.

Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Tom Lendacky <thomas.lendacky@amd.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Lendacky, Thomas authored and David S. Miller committed Oct 5, 2015
1 parent ac8cfc7 commit 3947d78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/amd/xgbe/xgbe-dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -2224,7 +2224,7 @@ static u64 xgbe_mmc_read(struct xgbe_prv_data *pdata, unsigned int reg_lo)

default:
read_hi = false;
};
}

val = XGMAC_IOREAD(pdata, reg_lo);

Expand Down

0 comments on commit 3947d78

Please sign in to comment.