ti-st: handle null allocation return correctly.
authorColin Ian King <colin.king@canonical.com>
Tue, 12 May 2015 21:37:23 +0000 (22:37 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 24 May 2015 19:16:47 +0000 (12:16 -0700)
commit0810f18fce92afc827d5c7c1d4f146b72b8052d6
tree22238cdc857e4a721feb44094c4db3fe8485bae3
parent4b6fda0b809cca084b23c0842d713ba1d9c686da
ti-st: handle null allocation return correctly.

static analysis with smatch picked up the following error:

get_platform_data() error: potential null dereference 'dt_pdata'.
  (kzalloc returns null)

Instead, the code should return NULL to avoid the following null
pointer deference.  Also, remove the error message as it is
redundant, the caller emits an error message to alert of a
failure anyhow.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/ti-st/st_kim.c
This page took 0.02716 seconds and 5 git commands to generate.