Re: [PATCH v2 06/17] ufs: core: mcq: Configure resource regions

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Fri, Oct 07 2022 at 19:41 -0700, Daejun Park wrote:
Hi Asutosh Das,

Define the mcq resources and add support to ioremap
[...]

+                res->base = devm_ioremap_resource(hba->dev, res->resource);
+                if (IS_ERR(res->base)) {
+                        dev_err(hba->dev, "Failed to map res %s, err=%d\n",
+                                         res->name, (int)PTR_ERR(res->base));
+                        res->base = NULL;
+                        ret = PTR_ERR(res->base);
I think res->base has already NULL value.

Thanks, I will fix it.

Thanks,
Daejun



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [SCSI Target Devel]     [Linux SCSI Target Infrastructure]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Linux IIO]     [Samba]     [Device Mapper]

  Powered by Linux