]> git.karo-electronics.de Git - linux-beck.git/commitdiff
staging: Remove useless "default N" lines
authorPaul Bolle <pebolle@tiscali.nl>
Wed, 18 Jun 2014 15:05:47 +0000 (17:05 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 20 Jun 2014 00:18:15 +0000 (17:18 -0700)
Two Kconfig entries default to (uppercase) "N". It was clearly intended
to use "default n". But since (lowercase) "n" is the default anyway,
these lines might as well be removed.

Reported-by: Martin Walch <walch.martin@web.de>
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192ee/Kconfig
drivers/staging/rtl8821ae/Kconfig

index beb07ac24e80d44d0d4a766a677d60a09b3ee8f4..8d77f28399d3745e0bce2db37a363f0814a73c50 100644 (file)
@@ -7,7 +7,6 @@ config R8192EE
        select EEPROM_93CX6
        select CRYPTO
        select FW_LOADER
-       default N
        ---help---
        This is the driver for Realtek RTL8192EE 802.11 PCIe
        wireless network adapters.
index abccc9dabd6550a3c316d16f4ae1d99d330d2d11..1a89b25647edebef1f35d8216444a61d690d1888 100644 (file)
@@ -6,6 +6,5 @@ config R8821AE
        select WEXT_PRIV
        select EEPROM_93CX6
        select CRYPTO
-       default N
        ---help---
          If built as a module, it will be called r8821ae.ko.