SFI: do not return freed pointer
authorDan Carpenter <error27@gmail.com>
Fri, 28 May 2010 10:33:15 +0000 (12:33 +0200)
committerLen Brown <len.brown@intel.com>
Tue, 1 Jun 2010 16:04:35 +0000 (12:04 -0400)
We never actually use the return value of sfi_sysfs_install_table() but
it still seems wrong to return a freed pointer.

Signed-off-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: Len Brown <len.brown@intel.com>

No differences found