-
由 Russell King 提交于
Use devm_kzalloc() to allocate our driver data, so we can eliminate its kfree() from the device removal and error cleanup paths. Signed-off-by: NRussell King <rmk+kernel@armlinux.org.uk>7d53c1f0
Use devm_kzalloc() to allocate our driver data, so we can eliminate its
kfree() from the device removal and error cleanup paths.
Signed-off-by: NRussell King <rmk+kernel@armlinux.org.uk>