diff options
author | Marek Vasut <[email protected]> | 2012-07-05 01:30:09 +0200 |
---|---|---|
committer | Matthew Garrett <[email protected]> | 2012-07-28 00:28:54 -0400 |
commit | 24237c43aade30758aacabbf0e462fca19c48231 (patch) | |
tree | dbaf1d922cdd25b78fbc540362a793617618c198 /net/lapb/lapb_in.c | |
parent | 3766054fff4af1b58a1440a284907887f4d2e8be (diff) |
ACER: Fix up sparse warning
drivers/platform/x86/acer-wmi.c:1836:18: sparse: Using plain integer as NULL pointer
drivers/platform/x86/acer-wmi.c:1836:
1833
1834 BUG_ON(!name || !ah);
1835
> 1836 handle = 0;
1837 status = acpi_get_devices(prop, acer_wmi_get_handle_cb,
1838 (void *)name, &handle);
1839
Reported-by: Fengguang Wu <[email protected]>
Signed-off-by: Marek Vasut <[email protected]>
Cc: Matthew Garrett <[email protected]>
Cc: Fengguang Wu <[email protected]>
Cc: joeyli <[email protected]>
Signed-off-by: Matthew Garrett <[email protected]>
Diffstat (limited to 'net/lapb/lapb_in.c')
0 files changed, 0 insertions, 0 deletions