diff options
author | Colin Ian King <colin.king@canonical.com> | 2016-09-08 09:38:01 +0100 |
---|---|---|
committer | Borislav Petkov <bp@suse.de> | 2016-09-12 20:15:43 +0200 |
commit | c7c35407cd8654b5ee138b6f1dbb24dc62a3f3c0 (patch) | |
tree | 6372455d64ca2b45eeac500b17efea11b143d712 /drivers/acpi/scan.c | |
parent | 372095723a597f4d27f561abab9b3da4c8a33106 (diff) | |
download | linux-stable-c7c35407cd8654b5ee138b6f1dbb24dc62a3f3c0.tar.gz linux-stable-c7c35407cd8654b5ee138b6f1dbb24dc62a3f3c0.tar.bz2 linux-stable-c7c35407cd8654b5ee138b6f1dbb24dc62a3f3c0.zip |
EDAC, sb_edac: Remove NULL pointer check on array pci_tad
pvt->pci_tad is a NUM_CHANNELS array of struct pci_dev pointers and
hence cannot be NULL, so the NULL pointer check on pci_tad is redundant.
Remove it.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Acked-by: Tony Luck <tony.luck@intel.com>
Cc: linux-edac <linux-edac@vger.kernel.org>
Link: http://lkml.kernel.org/r/20160908083801.14766-1-colin.king@canonical.com
Signed-off-by: Borislav Petkov <bp@suse.de>
Diffstat (limited to 'drivers/acpi/scan.c')
0 files changed, 0 insertions, 0 deletions