staging: rtl8188eu: remove chip_type of the adapter structure
authorIvan Safonov <insafonov@gmail.com>
Wed, 2 Mar 2016 08:05:47 +0000 (15:05 +0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 12 Mar 2016 06:09:09 +0000 (22:09 -0800)
commit29b9e16884e4431e90542c42126364f8de8dd93f
tree9e07be82d4ca508fa1a16a165d1708f2ef818f2c
parent2e48f0df5cc793bccdde66b32e6a4fd134da534d
staging: rtl8188eu: remove chip_type of the adapter structure

chip_type variable is unnecessary here,
because this driver is only for one chip
and it is not used after initialization.

Signed-off-by: Ivan Safonov <insafonov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/include/drv_types.h
drivers/staging/rtl8188eu/os_dep/usb_intf.c