diff options
author | Colin Ian King <colin.king@canonical.com> | 2016-01-05 10:57:11 +0000 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2016-01-05 13:40:05 +0100 |
commit | 45288978859119c019eff93f0cb838a0de100bcc (patch) | |
tree | a9aa4d1270af3cc3b9695401016a5a9f8feede70 /drivers/acpi/acpi_pnp.c | |
parent | 0971686954f9cdde502c7bce4794c5ad53ea2e66 (diff) | |
download | linux-45288978859119c019eff93f0cb838a0de100bcc.tar.bz2 |
ACPI, PCI, irq: remove redundant check for null string pointer
source is decleared as a 4 byte char array in struct acpi_pci_routing_table
so !prt->source is a redundant null string pointer check. Detected with
smatch:
drivers/acpi/pci_irq.c:134 do_prt_fixups() warn: this array is probably
non-NULL. 'prt->source'
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/acpi/acpi_pnp.c')
0 files changed, 0 insertions, 0 deletions