kernel/drivers/ide/ht6560b.c
.. .. @@ -1,3 +1,4 @@ 1 +// SPDX-License-Identifier: GPL-2.0-only1 2 /* 2 3 * Copyright (C) 1995-2000 Linus Torvalds & author (see below) 3 4 */ .. .. @@ -309,7 +310,7 @@ 309 310 { 310 311 ide_hwif_t *hwif = drive->hwif; 311 312 /* 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;313 314 314 315 if (hwif->channel) 315 316 t |= (HT_SECONDARY_IF << 8);