From: Jeff Garzik Date: Tue, 10 Oct 2006 06:58:14 +0000 (-0400) Subject: [PATCH] firmware/dcdbas: fix bug in error cleanup X-Git-Tag: v2.6.19-rc2~142 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0968cf51b6f2ca8a951de4b976370189cf43bbdd;p=pandora-kernel.git [PATCH] firmware/dcdbas: fix bug in error cleanup The error path path mistakenly called sysfs_create_group() rather than sysfs_remove_group(). They take the same arguments, so it's easy to cut-n-paste such a bug. Signed-off-by: Jeff Garzik Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed