From: Peter Korsgaard Date: Thu, 4 Feb 2010 16:15:25 +0000 (+0100) Subject: USB: f_mass_storage: fix crash on bind() error X-Git-Tag: v2.6.34-rc1~215^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e7e61dfbf1ec6418bf89505980b158a8d00d877;p=pandora-kernel.git USB: f_mass_storage: fix crash on bind() error init_completion() hasn't been called yet and the thread isn't created if we end up here, so don't call complete() on thread_notifier. Signed-off-by: Peter Korsgaard Acked-by: Michal Nazarewicz Cc: stable Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed