Skip to content

Commit

Permalink
cciss: remove duplicate entries from board_type struct
Browse files Browse the repository at this point in the history
and devices not supported by this driver from unresettable list

Signed-off-by: Tomas Henzl <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
  • Loading branch information
thenzl authored and axboe committed May 18, 2015
1 parent 4d4e41a commit 5aea328
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions drivers/block/cciss.c
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,6 @@ static struct board_type products[] = {
{0x3214103C, "Smart Array E200i", &SA5_access},
{0x3215103C, "Smart Array E200i", &SA5_access},
{0x3237103C, "Smart Array E500", &SA5_access},
{0x3223103C, "Smart Array P800", &SA5_access},
{0x3234103C, "Smart Array P400", &SA5_access},
{0x323D103C, "Smart Array P700m", &SA5_access},
};

Expand Down Expand Up @@ -574,8 +572,6 @@ static void cciss_procinit(ctlr_info_t *h)

/* List of controllers which cannot be hard reset on kexec with reset_devices */
static u32 unresettable_controller[] = {
0x324a103C, /* Smart Array P712m */
0x324b103C, /* SmartArray P711m */
0x3223103C, /* Smart Array P800 */
0x3234103C, /* Smart Array P400 */
0x3235103C, /* Smart Array P400i */
Expand Down

0 comments on commit 5aea328

Please sign in to comment.