Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 01f1afaf authored by Marcin Slusarz's avatar Marcin Slusarz Committed by David S. Miller
Browse files
parent 7fa07729
Loading
Loading
Loading
Loading
+1 −7
Original line number Diff line number Diff line
@@ -273,14 +273,8 @@ static const struct ide_proc_devset ide_generic_settings[] = {

static void proc_ide_settings_warn(void)
{
	static int warned;

	if (warned)
		return;

	printk(KERN_WARNING "Warning: /proc/ide/hd?/settings interface is "
	printk_once(KERN_WARNING "Warning: /proc/ide/hd?/settings interface is "
			    "obsolete, and will be removed soon!\n");
	warned = 1;
}

static int ide_settings_proc_show(struct seq_file *m, void *v)