Re: [PATCH] audio: Simplify audio_bug() removing old code

2020-12-15 Thread Gerd Hoffmann
On Thu, Dec 10, 2020 at 11:35:06PM +0100, Philippe Mathieu-Daudé wrote: > This code (introduced in commit 1d14ffa97ea, Oct 2005) > is likely unused since years. Time to remove it. If > the condition is true, simply call abort(). > > Suggested-by: Gerd Hoffmann > Signed-off-by: Philippe Mathieu-

Re: [PATCH] audio: Simplify audio_bug() removing old code

2020-12-10 Thread Marc-André Lureau
On Fri, Dec 11, 2020 at 2:35 AM Philippe Mathieu-Daudé wrote: > > This code (introduced in commit 1d14ffa97ea, Oct 2005) > is likely unused since years. Time to remove it. If > the condition is true, simply call abort(). > > Suggested-by: Gerd Hoffmann > Signed-off-by: Philippe Mathieu-Daudé I

[PATCH] audio: Simplify audio_bug() removing old code

2020-12-10 Thread Philippe Mathieu-Daudé
This code (introduced in commit 1d14ffa97ea, Oct 2005) is likely unused since years. Time to remove it. If the condition is true, simply call abort(). Suggested-by: Gerd Hoffmann Signed-off-by: Philippe Mathieu-Daudé --- audio/audio.c | 19 +-- 1 file changed, 1 insertion(+), 1