staging: wilc1000: remove meaningless line
authorJohnny Kim <johnny.kim@atmel.com>
Tue, 8 Sep 2015 08:08:00 +0000 (17:08 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 13 Sep 2015 01:24:46 +0000 (18:24 -0700)
commit3441847ee2f3993a3e6fae435431d507f211b1c6
treed894126c0d081a09d9ae959895f10f92859a1e09
parentc590b9a4c0ec5e3a545887dc83e96466c493613e
staging: wilc1000: remove meaningless line

The current driver is calling skb_reserve function to align memory in
frmw_to_linux function. However, the wrong value is used as the input argument.
Besides, the process is not necessary because the address already is algined
in dev_alloc_skb function. So, this patch removes the line for dummy headroom.

Signed-off-by: Johnny Kim <johnny.kim@atmel.com>
Signed-off-by: Tony Cho <tony.cho@atmel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/linux_wlan.c