Re: [PATCH v5] staging: rts5208: add error handling into rtsx_probe
From: Dan Carpenter
Date: Wed Aug 01 2018 - 10:53:24 EST
On Wed, Aug 01, 2018 at 05:08:48PM +0300, Anton Vasilyev wrote:
> I found that staging-next already contains my patch v3, committed by Greg
> Kroah-Hartman.
>
> Do I need to send a new patch with a label renaming based on Dan Carpenter
> comments?
I had to look to see what I had said earlier... The naming isn't really
a problem but we should call scsi_host_put(host); if the
"dev->chip = kzalloc(sizeof(*dev->chip), GFP_KERNEL);" allocation fails.
regards,
dan capenter