hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/ide/ht6560b.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Copyright (C) 1995-2000 Linus Torvalds & author (see below)
34 */
....@@ -309,7 +310,7 @@
309310 {
310311 ide_hwif_t *hwif = drive->hwif;
311312 /* Setting default configurations for drives. */
312
- int t = (HT_CONFIG_DEFAULT << 8) | HT_TIMING_DEFAULT;
313
+ unsigned long t = (HT_CONFIG_DEFAULT << 8) | HT_TIMING_DEFAULT;
313314
314315 if (hwif->channel)
315316 t |= (HT_SECONDARY_IF << 8);