commit | a182ee9876c7826d0b8f7789cb5c38c5bfbec441 | [log] [tgz] |
---|---|---|
author | Rene Herman <rene.herman@keyaccess.nl> | Thu Apr 13 12:57:11 2006 +0200 |
committer | Jaroslav Kysela <perex@suse.cz> | Thu Apr 27 21:10:08 2006 +0200 |
tree | 68862b25d3e70a8c294ec248d3473e30fb2aae94 | |
parent | 5c59e09d7e51f5781439aa6f1963076568fd1f4f [diff] |
[ALSA] continue on IS_ERR from platform device registration I previously only concerned myself with sound/isa. When I now checked for more platform_device_register_simple() usages in ALSA I found a couple more drivers that needed the same patches as already submitted for all the ISA drivers. This first one is the continue-on-iserr patch for sound/drivers. This gets them all. Signed-off-by: Rene Herman <rene.herman@keyaccess.nl> Signed-off-by: Takashi Iwai <tiwai@suse.de>