lkml.org 
[lkml]   [2017]   [Aug]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] ALSA: pcsp: Use common error handling code in snd_card_pcsp_probe()
  	err = snd_card_register(card);
> - if (err < 0) {
> + if (err) {
> +free_card:
> snd_card_free(card);
> return err;
> }

I thought we agreed, yesterday, to never use this style of error
handling?

regards,
dan carpenter

\
 
 \ /
  Last update: 2017-08-22 14:19    [W:0.084 / U:0.144 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site