From: Lourdes Pedrajas Date: Sun, 8 Mar 2020 22:54:00 +0000 (+0100) Subject: staging: hp: remove commented out code X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=c12b19af4a106868fca9239f9ac9cca0d470b337;p=uclinux-h8%2Flinux.git staging: hp: remove commented out code Remove unused code. Signed-off-by: Lourdes Pedrajas Link: https://lore.kernel.org/r/20200308225400.17267-1-lu@pplo.net Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/hp/hp100.c b/drivers/staging/hp/hp100.c index e2f0b58e5dfd..b89c4dcf53f5 100644 --- a/drivers/staging/hp/hp100.c +++ b/drivers/staging/hp/hp100.c @@ -511,12 +511,6 @@ static int hp100_probe1(struct net_device *dev, int ioaddr, u_char bus, * 0x2260 -> EISA HP, BusMaster (Shasta Chip) */ -#if 0 - local_mode = 0x2270; - hp100_outw(0xfefe, OPTION_LSW); - hp100_outw(local_mode | HP100_SET_LB | HP100_SET_HB, OPTION_LSW); -#endif - /* hp100_mode value maybe used in future by another card */ local_mode = hp100_mode; if (local_mode < 1 || local_mode > 4)