From: Antonino A. Daplas Date: Tue, 3 Oct 2006 08:14:50 +0000 (-0700) Subject: [PATCH] fbcon: Honor the return value of device_create_file X-Git-Tag: v2.6.19-rc1~307 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a727dea774c47ad1e18907be33f12c9f325ee4a;p=pandora-kernel.git [PATCH] fbcon: 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