From: Ivan Gomez Castellanos Date: Wed, 25 Aug 2010 22:08:59 +0000 (-0500) Subject: staging: tidspbridge: Remove cfg_get_exec_file() X-Git-Tag: v2.6.37-rc1~60^2~3^2~814 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=315a1a20aa01138c6469fbdab4df097c35344353;p=pandora-kernel.git staging: tidspbridge: Remove cfg_get_exec_file() As the services directory is going to be removed, the cfg_get_exec_file function has also to be removed. This patch also avoids a possible NULL pointer dereference in function cfg_get_exec_file(), when drv_datap is checked for NULL and then pass drv_datap->base_img as argument to strlen(). Signed-off-by: Ivan Gomez Castellanos Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed