From: Hauke Mehrtens Date: Sat, 6 Jun 2015 19:53:04 +0000 (+0200) Subject: USB: ssb: use devm_kzalloc X-Git-Tag: omap-for-v4.3/legacy-v2-signed~119^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0a252ed983b8e6339e01749029749adbaa890de;p=pandora-kernel.git USB: ssb: use devm_kzalloc Instead of manually handling the frees use devm. There was also a free missing in the unregister call which is not needed with devm. Signed-off-by: Hauke Mehrtens Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed