kernel/drivers/ide/umc8672.c
.. .. @@ -1,3 +1,4 @@ 1 +// SPDX-License-Identifier: GPL-2.0-only1 2 /* 2 3 * Copyright (C) 1995-1996 Linus Torvalds & author (see below) 3 4 */ .. .. @@ -107,7 +108,7 @@ 107 108 static void umc_set_pio_mode(ide_hwif_t *hwif, ide_drive_t *drive) 108 109 { 109 110 ide_hwif_t *mate = hwif->mate; 110 - unsigned long uninitialized_var(flags);111 + unsigned long flags;111 112 const u8 pio = drive->pio_mode - XFER_PIO_0; 112 113 113 114 printk("%s: setting umc8672 to PIO mode%d (speed %d)\n",