RE: [Patch v4 01/12] net: mana: Add support for auxiliary device
From: Long Li <longli@microsoft.com>
Date: 2022-07-12 18:26:24
Also in:
linux-hyperv, linux-rdma, lkml
From: Long Li <longli@microsoft.com>
Date: 2022-07-12 18:26:24
Also in:
linux-hyperv, linux-rdma, lkml
Subject: RE: [Patch v4 01/12] net: mana: Add support for auxiliary devicequoted
From: longli@linuxonhyperv.com <redacted> Sent: Wednesday, June 15, 2022 7:07 PM...quoted
+static int add_adev(struct gdma_dev *gd) { + int ret = 0;No need to initialize it to 0.quoted
+ struct mana_adev *madev; + struct auxiliary_device *adev;davem would require the reverse xmas tree order :-)
Thank you, will send v5 to fix this.
Reviewed-by: Dexuan Cui <decui@microsoft.com>