Commit 01f1afaf authored by Marcin Slusarz's avatar Marcin Slusarz Committed by David S. Miller
parent 7fa07729
...@@ -273,14 +273,8 @@ static const struct ide_proc_devset ide_generic_settings[] = { ...@@ -273,14 +273,8 @@ static const struct ide_proc_devset ide_generic_settings[] = {
static void proc_ide_settings_warn(void) static void proc_ide_settings_warn(void)
{ {
static int warned; printk_once(KERN_WARNING "Warning: /proc/ide/hd?/settings interface is "
if (warned)
return;
printk(KERN_WARNING "Warning: /proc/ide/hd?/settings interface is "
"obsolete, and will be removed soon!\n"); "obsolete, and will be removed soon!\n");
warned = 1;
} }
static int ide_settings_proc_show(struct seq_file *m, void *v) static int ide_settings_proc_show(struct seq_file *m, void *v)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment