commit | c27da2b22b558390acc515e71e47b1b307f85d5a | [log] [tgz] |
---|---|---|
author | Hauke Mehrtens <hauke@hauke-m.de> | Thu Jun 11 22:57:37 2015 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Jul 22 15:43:34 2015 -0700 |
tree | 6818b1f56f23d451666492809b147fb1c0efc461 | |
parent | 98e13e05a1bab82c3bec1d867159bc8384acbe5b [diff] |
USB: bcma: 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 <hauke@hauke-m.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>