Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit df9dc83d authored by Julia Lawall's avatar Julia Lawall Committed by Jens Axboe
Browse files

drivers/block/DAC960.c: use DAC960_V2_Controller



DAC960_LP_Controller and DAC960_V2_Controller have the same value, but
elsewhere it is DAC960_V1_Controller or DAC960_V2_Controller that is used
in the FirmwareType field.

Signed-off-by: default avatarJulia Lawall <julia@diku.dk>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarJens Axboe <jens.axboe@oracle.com>
parent 490c560b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7101,7 +7101,7 @@ static struct DAC960_privdata DAC960_BA_privdata = {

static struct DAC960_privdata DAC960_LP_privdata = {
	.HardwareType =		DAC960_LP_Controller,
	.FirmwareType 	=	DAC960_LP_Controller,
	.FirmwareType 	=	DAC960_V2_Controller,
	.InterruptHandler =	DAC960_LP_InterruptHandler,
	.MemoryWindowSize =	DAC960_LP_RegisterWindowSize,
};