USB: ssb: use devm_kzalloc
authorHauke Mehrtens <hauke@hauke-m.de>
Sat, 6 Jun 2015 19:53:04 +0000 (21:53 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 8 Jun 2015 21:26:22 +0000 (14:26 -0700)
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 <hauke@hauke-m.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ssb-hcd.c

Simple merge