Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

rtc: rtc-rx8025: remove unnecessary OOM messages

The site-specific OOM messages are unnecessary, because they duplicate
the MM subsystem generic OOM message.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Jingoo Han and committed by
Linus Torvalds
147a9855 49ae425b

-1
-1
drivers/rtc/rtc-rx8025.c
··· 551 551 552 552 rx8025 = devm_kzalloc(&client->dev, sizeof(*rx8025), GFP_KERNEL); 553 553 if (!rx8025) { 554 - dev_err(&adapter->dev, "failed to alloc memory\n"); 555 554 err = -ENOMEM; 556 555 goto errout; 557 556 }