From: Antonino A. Daplas Date: Tue, 3 Oct 2006 08:14:50 +0000 (-0700) Subject: [PATCH] fbdev: Honor the return value of device_create_file X-Git-Tag: v2.6.19-rc1~308 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a6600be3e5dafe2ddcc5d969d931c2591eed896;p=pandora-kernel.git [PATCH] fbdev: Honor the return value of device_create_file Check the return value of device_create_file(). If return is 'fail', remove attributes by calling device_remove_file(). Signed-off-by: Antonino Daplas Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed