From: Samuel Iglesias Gonsalvez Date: Fri, 25 May 2012 08:03:02 +0000 (+0200) Subject: Staging: ipack: delete the call to remove() in ipack_driver_register X-Git-Tag: v3.6-rc1~100^2~905 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2bc13c5e07501a0a4427b6a9eff8162aef5560a;p=pandora-kernel.git Staging: ipack: delete the call to remove() in ipack_driver_register When a bus driver calls ipack_driver_register(), it should manages the returning NULL value to undo all the operations it did before this call, and print the corresponding trace. It is not a task for the ipack driver to call the remove() function here. Signed-off-by: Samuel Iglesias Gonsalvez Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed