diff mbox series

scsi: pm80xx: Remove list entry from pm8001_ccb_info

Message ID 20210301181847.2893199-1-ipylypiv@google.com
State New
Headers show
Series scsi: pm80xx: Remove list entry from pm8001_ccb_info | expand

Commit Message

Igor Pylypiv March 1, 2021, 6:18 p.m. UTC
List entry is not used.

Signed-off-by: Igor Pylypiv <ipylypiv@google.com>
---
 drivers/scsi/pm8001/pm8001_sas.h | 1 -
 1 file changed, 1 deletion(-)

Comments

Jinpu Wang March 4, 2021, 8:12 a.m. UTC | #1
On Mon, Mar 1, 2021 at 7:19 PM Igor Pylypiv <ipylypiv@google.com> wrote:
>

> List entry is not used.

>

> Signed-off-by: Igor Pylypiv <ipylypiv@google.com>

Acked-by: Jack Wang <jinpu.wang@cloud.ionos.com>

> ---

>  drivers/scsi/pm8001/pm8001_sas.h | 1 -

>  1 file changed, 1 deletion(-)

>

> diff --git a/drivers/scsi/pm8001/pm8001_sas.h b/drivers/scsi/pm8001/pm8001_sas.h

> index 039ed91e9841..9ae9f1e61b54 100644

> --- a/drivers/scsi/pm8001/pm8001_sas.h

> +++ b/drivers/scsi/pm8001/pm8001_sas.h

> @@ -281,7 +281,6 @@ struct pm8001_prd {

>   * CCB(Command Control Block)

>   */

>  struct pm8001_ccb_info {

> -       struct list_head        entry;

>         struct sas_task         *task;

>         u32                     n_elem;

>         u32                     ccb_tag;

> --

> 2.30.1.766.gb4fecdf3b7-goog

>
Martin K. Petersen March 10, 2021, 2:47 a.m. UTC | #2
Igor,

> List entry is not used.


Applied to 5.13/scsi-staging, thanks!

-- 
Martin K. Petersen	Oracle Linux Engineering
Martin K. Petersen March 16, 2021, 3:14 a.m. UTC | #3
On Mon, 1 Mar 2021 10:18:47 -0800, Igor Pylypiv wrote:

> List entry is not used.


Applied to 5.13/scsi-queue, thanks!

[1/1] scsi: pm80xx: Remove list entry from pm8001_ccb_info
      https://git.kernel.org/mkp/scsi/c/5b1be37f773b

-- 
Martin K. Petersen	Oracle Linux Engineering
diff mbox series

Patch

diff --git a/drivers/scsi/pm8001/pm8001_sas.h b/drivers/scsi/pm8001/pm8001_sas.h
index 039ed91e9841..9ae9f1e61b54 100644
--- a/drivers/scsi/pm8001/pm8001_sas.h
+++ b/drivers/scsi/pm8001/pm8001_sas.h
@@ -281,7 +281,6 @@  struct pm8001_prd {
  * CCB(Command Control Block)
  */
 struct pm8001_ccb_info {
-	struct list_head	entry;
 	struct sas_task		*task;
 	u32			n_elem;
 	u32			ccb_tag;