[Linux-diag-devel] [PATCH 2/3] lpd: Remove redundant warning message
Brought to you by:
hegdevasant,
mananth
From: Vasant H. <heg...@li...> - 2016-11-21 09:40:52
|
We will be able to support indicators from other sources (like HDD) even though OPAL platform indicators are not present. Also leds_powernv driver is loaded automatically if we have platform support. Hence remove this message. Signed-off-by: Vasant Hegde <heg...@li...> --- lpd/indicator_opal.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/lpd/indicator_opal.c b/lpd/indicator_opal.c index 712f57f..f9780fc 100644 --- a/lpd/indicator_opal.c +++ b/lpd/indicator_opal.c @@ -314,8 +314,6 @@ opal_indicator_probe_led_class(void) return 0; } - fprintf(stderr, "Some service indicators are not supported on this system." - "\nMake sure 'leds_powernv' kernel module is loaded.\n"); close_sysfs_led_dir(led_dir); return rc; } |