1. 29 6月, 2019 7 次提交
  2. 25 6月, 2019 2 次提交
    • G
      iwlegacy: 4965: no need to check return value of debugfs_create functions · ffb92649
      Greg Kroah-Hartman 提交于
      When calling debugfs functions, there is no need to ever check the
      return value.  This driver was saving the debugfs file away to be
      removed at a later time.  However, the 80211 core would delete the whole
      directory that the debugfs files are created in, after it asks the
      driver to do the deletion, so just rely on the 80211 core to do all of
      the cleanup for us, making us not need to keep a pointer to the dentries
      around at all.
      
      This cleans up the structure of the driver data a bit and makes the code
      a tiny bit smaller.
      
      Cc: Stanislaw Gruszka <sgruszka@redhat.com>
      Cc: Kalle Valo <kvalo@codeaurora.org>
      Cc: "David S. Miller" <davem@davemloft.net>
      Cc: linux-wireless@vger.kernel.org
      Cc: netdev@vger.kernel.org
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      Signed-off-by: NKalle Valo <kvalo@codeaurora.org>
      ffb92649
    • G
      iwlegacy: 3945: no need to check return value of debugfs_create functions · f503c769
      Greg Kroah-Hartman 提交于
      When calling debugfs functions, there is no need to ever check the
      return value.  This driver was saving the debugfs file away to be
      removed at a later time.  However, the 80211 core would delete the whole
      directory that the debugfs files are created in, after it asks the
      driver to do the deletion, so just rely on the 80211 core to do all of
      the cleanup for us, making us not need to keep a pointer to the dentries
      around at all.
      
      This cleans up the structure of the driver data a bit and makes the code
      a tiny bit smaller.
      
      Cc: Stanislaw Gruszka <sgruszka@redhat.com>
      Cc: Kalle Valo <kvalo@codeaurora.org>
      Cc: "David S. Miller" <davem@davemloft.net>
      Cc: linux-wireless@vger.kernel.org
      Cc: netdev@vger.kernel.org
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      Signed-off-by: NKalle Valo <kvalo@codeaurora.org>
      f503c769
  3. 19 6月, 2019 3 次提交
  4. 14 6月, 2019 1 次提交
  5. 05 6月, 2019 3 次提交
    • T
      treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 323 · 2a2786ed
      Thomas Gleixner 提交于
      Based on 3 normalized pattern(s):
      
        gpl license summary [copyright] [c] [2008] [2014] [intel]
        [corporation] [all] [rights] [reserved] [copyright] [c] [2018]
        [intel] [corporation] this program is free software you can
        redistribute it and or modify it under the terms of version 2 of the
        gnu general public license as published by the free software
        foundation this program is distributed in the hope that it will be
        useful but without any warranty without even the implied warranty of
        merchantability or fitness for a particular purpose see the gnu
        general public license for more details the full gnu general public
        license is included in this distribution in the file called copying
      
        gpl license summary [copyright] [c] [2008] [2014] [intel]
        [corporation] [all] [rights] [reserved] this program is free
        software you can redistribute it and or modify it under the terms of
        version 2 of the gnu general public license as published by the free
        software foundation this program is distributed in the hope that it
        will be useful but without any warranty without even the implied
        warranty of merchantability or fitness for a particular purpose see
        the gnu general public license for more details the full gnu general
        public license is included in this distribution in the file called
        copying
      
        gpl license summary [copyright] [c] [2008] [2014] [intel]
        [corporation] [all] [rights] [reserved] [copyright] [c] [2015]
        [intel] [deutschland] [gmbh] this program is free software you can
        redistribute it and or modify it under the terms of version 2 of the
        gnu general public license as published by the free software
        foundation this program is distributed in the hope that it will be
        useful but without any warranty without even the implied warranty of
        merchantability or fitness for a particular purpose see the gnu
        general public license for more details the full gnu general public
        license is included in this distribution in the file called copying
      
      extracted by the scancode license scanner the SPDX license identifier
      
        GPL-2.0-only
      
      has been chosen to replace the boilerplate/reference in 5 file(s).
      Signed-off-by: NThomas Gleixner <tglx@linutronix.de>
      Reviewed-by: NKate Stewart <kstewart@linuxfoundation.org>
      Reviewed-by: NAllison Randal <allison@lohutok.net>
      Reviewed-by: NAlexios Zavras <alexios.zavras@intel.com>
      Cc: linux-spdx@vger.kernel.org
      Link: https://lkml.kernel.org/r/20190530000435.531621107@linutronix.deSigned-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      2a2786ed
    • T
      treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 322 · 4273a380
      Thomas Gleixner 提交于
      Based on 1 normalized pattern(s):
      
        this program is free software you can redistribute it and or modify
        it under the terms of version 2 of the gnu general public license as
        published by the free software foundation this program is
        distributed in the hope that it will be useful but without any
        warranty without even the implied warranty of merchantability or
        fitness for a particular purpose see the gnu general public license
        for more details the full gnu general public license is included in
        this distribution in the file called license
      
      extracted by the scancode license scanner the SPDX license identifier
      
        GPL-2.0-only
      
      has been chosen to replace the boilerplate/reference in 29 file(s).
      Signed-off-by: NThomas Gleixner <tglx@linutronix.de>
      Reviewed-by: NAllison Randal <allison@lohutok.net>
      Reviewed-by: NAlexios Zavras <alexios.zavras@intel.com>
      Reviewed-by: NKate Stewart <kstewart@linuxfoundation.org>
      Cc: linux-spdx@vger.kernel.org
      Link: https://lkml.kernel.org/r/20190530000435.438503728@linutronix.deSigned-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      4273a380
    • T
      treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 270 · 16da78b7
      Thomas Gleixner 提交于
      Based on 1 normalized pattern(s):
      
        this program is free software you can redistribute it and or modify
        it under the terms of version 2 of the gnu general public license as
        published by the free software foundation this program is
        distributed in the hope that it will be useful but without any
        warranty without even the implied warranty of merchantability or
        fitness for a particular purpose see the gnu general public license
        for more details you should have received a copy of the gnu general
        public license along with this program if not write to the free
        software foundation inc 51 franklin street fifth floor boston ma
        02110 usa the full gnu general public license is included in this
        distribution in the file called license
      
      extracted by the scancode license scanner the SPDX license identifier
      
        GPL-2.0-only
      
      has been chosen to replace the boilerplate/reference in 9 file(s).
      Signed-off-by: NThomas Gleixner <tglx@linutronix.de>
      Reviewed-by: NRichard Fontana <rfontana@redhat.com>
      Reviewed-by: NAlexios Zavras <alexios.zavras@intel.com>
      Reviewed-by: NAllison Randal <allison@lohutok.net>
      Cc: linux-spdx@vger.kernel.org
      Link: https://lkml.kernel.org/r/20190529141334.333998390@linutronix.deSigned-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      16da78b7
  6. 01 6月, 2019 7 次提交
  7. 31 5月, 2019 1 次提交
  8. 21 5月, 2019 1 次提交
  9. 29 4月, 2019 15 次提交