Commit 45837cb214a7fd076ae66a87a9425588156d3a78

Authored by Sachin Kamat
Committed by Takashi Iwai
1 parent a4302ede92

ALSA: serial-u16550: 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>
Signed-off-by: Takashi Iwai <tiwai@suse.de>

Showing 1 changed file with 0 additions and 1 deletions Side-by-side Diff

sound/drivers/serial-u16550.c
... ... @@ -985,7 +985,6 @@
985 985 static int snd_serial_remove(struct platform_device *devptr)
986 986 {
987 987 snd_card_free(platform_get_drvdata(devptr));
988   - platform_set_drvdata(devptr, NULL);
989 988 return 0;
990 989 }
991 990