ALSA: aloop: Remove redundant platform_set_drvdata()
authorSachin Kamat <sachin.kamat@linaro.org>
Mon, 20 May 2013 08:38:35 +0000 (14:08 +0530)
committerTakashi Iwai <tiwai@suse.de>
Thu, 23 May 2013 12:34:09 +0000 (14:34 +0200)
commit5ed5824bf43da9e2931fb94043a2942d73bec283
treee40826cfabb6bd7329aeddd398c4b315de5b5df3
parent54d672e922cdb7e015a22a3a2c096dcac5ba284f
ALSA: aloop: Remove redundant platform_set_drvdata()

Commit 0998d06310 (device-core: Ensure drvdata = NULL when no
driver is bound) removes the need to set driver data field to
NULL.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Cc: Jaroslav Kysela <perex@perex.cz>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/drivers/aloop.c