Displaying 1 result from an estimated 1 matches for "l980".
Did you mean:
980
2020 Jul 10
0
[PATCH] scsi: virtio_scsi: Remove unnecessary condition checks
...gt; null pointer check?
>>
>> The point of the patch is precisely to simplify the code,
>
> I suggest to reconsider also Linux coding style aspects
> for the implementation of the function ?init?.
> https://elixir.bootlin.com/linux/v5.8-rc4/source/drivers/scsi/virtio_scsi.c#L980
> https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/scsi/virtio_scsi.c?id=42f82040ee66db13525dc6f14b8559890b2f4c1c#n980
>
> if (!virtscsi_cmd_cache) {
> pr_err("kmem_cache_create() for virtscsi_cmd_cache failed\n");
> - goto error;
>...