Re: [PATCH] Possible SCSI (sr) mini-cleanup

Thunder from the hill (thunder@ngforever.de)
Tue, 7 May 2002 16:39:01 -0600 (MDT)


Hi,

On Tue, 7 May 2002, Andreas Dilger wrote:
> > return 0;
> > -cleanup_sizes:
> > - kfree(sr_sizes);
>
> Note that you are also removing the "kfree(sr_sizes)" which is
> definitely used...

Definitely not. If it's better to kfree(sr_sizes), we should move that
_before_ the return.

Regards,
Thunder

-- 
if (errno == ENOTAVAIL)
    fprintf(stderr, "Error: Talking to Microsoft server!\n");

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/