hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/drivers/scsi/mvsas/mv_94xx.c
....@@ -1,26 +1,10 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Marvell 88SE94xx hardware specific
34 *
45 * Copyright 2007 Red Hat, Inc.
56 * Copyright 2008 Marvell. <kewei@marvell.com>
67 * Copyright 2009-2011 Marvell. <yuxiangl@marvell.com>
7
- *
8
- * This file is licensed under GPLv2.
9
- *
10
- * This program is free software; you can redistribute it and/or
11
- * modify it under the terms of the GNU General Public License as
12
- * published by the Free Software Foundation; version 2 of the
13
- * License.
14
- *
15
- * This program is distributed in the hope that it will be useful,
16
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
17
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18
- * General Public License for more details.
19
- *
20
- * You should have received a copy of the GNU General Public License
21
- * along with this program; if not, write to the Free Software
22
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
23
- * USA
248 */
259
2610 #include "mv_sas.h"
....@@ -946,7 +930,8 @@
946930 static void mvs_94xx_spi_write_data(struct mvs_info *mvi, u32 data)
947931 {
948932 void __iomem *regs = mvi->regs_ex - 0x10200;
949
- mw32(SPI_RD_DATA_REG_94XX, data);
933
+
934
+ mw32(SPI_RD_DATA_REG_94XX, data);
950935 }
951936
952937