commit | b3214970abbe983cd89842ae24ea00e21bba79f6 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@suse.de> | Fri May 06 08:37:44 2005 +0200 |
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | Fri May 06 08:07:01 2005 -0700 |
tree | 7eb5599932c67e65141f51fa4fdc7b4dc5a8be6b | |
parent | 6c80a21cb1825e576ffff9df2302bf0fa1065ceb [diff] |
[PATCH] fix alsa via82xx resume Trying software suspend on my workstation makes it crash on resume. The problem is that via82xx marks the chip_init function as _devinit, but calls it on resume as well. Cc: <tiwai@suse.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Jens Axboe <axboe@suse.de> Signed-off-by: Linus Torvalds <torvalds@osdl.org>