kernel/drivers/ide/qd65xx.c
.. .. @@ -1,3 +1,4 @@ 1 +// SPDX-License-Identifier: GPL-2.0-only1 2 /* 2 3 * Copyright (C) 1996-2001 Linus Torvalds & author (see below) 3 4 */ .. .. @@ -298,7 +299,7 @@ 298 299 static void __init qd6580_init_dev(ide_drive_t *drive) 299 300 { 300 301 ide_hwif_t *hwif = drive->hwif; 301 - u16 t1, t2;302 + unsigned long t1, t2;302 303 u8 base = (hwif->config_data & 0xff00) >> 8; 303 304 u8 config = QD_CONFIG(hwif); 304 305