6 Nov
2013
6 Nov
'13
11:45 a.m.
On Wed, Nov 06, 2013 at 11:07:12AM +0100, Takashi Iwai wrote:
BUG() used in the driver is just to spit the stack trace on buggy points, not really needed to stop the whole operation. For that purpose, it'd be more convenient to use WARN() instead with more error information.
Applied all, thanks.