Staging: bcm: fix possible NULL dereference of psfLocalSet in CmHost.c
authorKevin McKinney <klmckinney1@gmail.com>
Fri, 24 Feb 2012 04:41:05 +0000 (23:41 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 24 Feb 2012 19:53:10 +0000 (11:53 -0800)
commitadc4a3a4b0b78a2ab910685d138e0e598fc0edc7
treee3e4dab6bb4b529d7c1bbfa25c75d52856b58790
parenteb6cfa5b74ae362f17a2ce43fe2caab3c98b4e70
Staging: bcm: fix possible NULL dereference of psfLocalSet in CmHost.c

Variable psfLocalSet may not follow the correct
path in the code, and therefore may not be set
properly. As such, causing a null dereference.

Signed-off-by: Kevin McKinney <klmckinney1@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/bcm/CmHost.c