commit | 1b8cb9290671a4c025c16a51d316031f9ec04976 | [log] [tgz] |
---|---|---|
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | Thu Aug 23 17:10:00 2012 +0300 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Sep 06 13:29:11 2012 -0700 |
tree | a335e3cb404474a9420b4e3f07044128c8f5e499 | |
parent | 45f035ab9b8f45aaf1eb2213218b7e9c14af3fc2 [diff] |
driver core: Check if r->name is valid in platform_get_resource_byname() Safety check for the validity of the resource name before calling strcmp(). If the resource name is NULL do not compare it, just skip it. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>