summaryrefslogtreecommitdiffstats
path: root/drivers/zorro
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert@linux-m68k.org>2013-06-30 13:01:26 +0200
committerGeert Uytterhoeven <geert@linux-m68k.org>2013-11-26 11:09:05 +0100
commitbd79014cd47b3a0fa59a7a17489d8ada56ecab9b (patch)
treed5e87afa4fc61e0c1b6b10e808f0ee5ca024d6c5 /drivers/zorro
parentc293738e6d8dfb9c941759855b5161fde449644d (diff)
downloadlinux-bd79014cd47b3a0fa59a7a17489d8ada56ecab9b.tar.gz
linux-bd79014cd47b3a0fa59a7a17489d8ada56ecab9b.tar.xz
zorro: Don't fill in dummy names in zorro_name_device()
If the device is not found in the database, it's not needed to fill in a dummy name. The caller of zorro_name_device() has already taken care of that to support CONFIG_ZORRO_NAMES=n. Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'drivers/zorro')
-rw-r--r--drivers/zorro/names.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/zorro/names.c b/drivers/zorro/names.c
index e8517c3d8e82..e44e04c4f29d 100644
--- a/drivers/zorro/names.c
+++ b/drivers/zorro/names.c
@@ -69,7 +69,6 @@ void __init zorro_name_device(struct zorro_dev *dev)
} while (--i);
/* Couldn't find either the manufacturer nor the product */
- sprintf(name, "Zorro device %08x", dev->id);
return;
match_manuf: {