hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/scsi/hpsa_cmd.h
....@@ -1,5 +1,6 @@
11 /*
22 * Disk Array driver for HP Smart Array SAS controllers
3
+ * Copyright (c) 2019-2020 Microchip Technology Inc. and its subsidiaries
34 * Copyright 2016 Microsemi Corporation
45 * Copyright 2014-2015 PMC-Sierra, Inc.
56 * Copyright 2000,2009-2015 Hewlett-Packard Development Company, L.P.
....@@ -448,7 +449,7 @@
448449 struct hpsa_scsi_dev_t *phys_disk;
449450
450451 int abort_pending;
451
- struct hpsa_scsi_dev_t *reset_pending;
452
+ struct hpsa_scsi_dev_t *device;
452453 atomic_t refcount; /* Must be last to avoid memset in hpsa_cmd_init() */
453454 } __aligned(COMMANDLIST_ALIGNMENT);
454455