firmware/dmi_scan: drop OOM messages
authorJean Delvare <jdelvare@suse.de>
Wed, 11 Sep 2013 21:24:10 +0000 (14:24 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 11 Sep 2013 22:58:51 +0000 (15:58 -0700)
commitae79744975cb0b3b9c469fe1a05db37d2943c863
tree993b12b216e4aa9b9901484d4dae83cf13c50616
parentffbbb96dd7570b9aafd426cd77a7ee03d224cabf
firmware/dmi_scan: drop OOM messages

As reported by Joe Perches: OOM messages generally aren't useful.
dmi_alloc is either a trivial front-end to kzalloc, and kzalloc already
does a dump_stack() when OOM, or for x86, dmi_alloc uses extend_brk
which BUGs when unsuccessful.

So we can remove all 6 such log messages in the dmi_scan driver, to
shrink the binary size (by 528 bytes on x86_64.)

Signed-off-by: Jean Delvare <jdelvare@suse.de>
Reported-by: Joe Perches <joe@perches.com>
Cc: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/firmware/dmi_scan.c
This page took 0.030792 seconds and 5 git commands to generate.