commit | 45288978859119c019eff93f0cb838a0de100bcc | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Tue Jan 05 10:57:11 2016 +0000 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Tue Jan 05 13:40:05 2016 +0100 |
tree | a9aa4d1270af3cc3b9695401016a5a9f8feede70 | |
parent | 0971686954f9cdde502c7bce4794c5ad53ea2e66 [diff] |
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>