wm831x_backup: Fix wrong kfree call for devdata->backup.name
authorAxel Lin <axel.lin@ingics.com>
Sat, 4 May 2013 05:57:55 +0000 (13:57 +0800)
committerAnton Vorontsov <anton@enomsg.org>
Fri, 10 May 2013 18:56:22 +0000 (11:56 -0700)
devdata->backup.name points to devdata->name, the memory for devdata->name
is part of struct wm831x_backup. Thus remove kfree call for
devdata->backup.name.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Anton Vorontsov <anton@enomsg.org>

No differences found