mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2025-12-26 09:47:13 +00:00
[Quanta-LY4R,IX1B] Update ONLP:
1. Remove all AIM_LOG_MSG statements because these are always output regardless of the logging level
This commit is contained in:
@@ -23,16 +23,12 @@
|
||||
*
|
||||
***********************************************************/
|
||||
#include <onlp/platformi/fani.h>
|
||||
|
||||
#include "x86_64_quanta_ix1b_rglbmc_int.h"
|
||||
#include "x86_64_quanta_ix1b_rglbmc_log.h"
|
||||
|
||||
#include <onlplib/file.h>
|
||||
|
||||
int
|
||||
onlp_fani_init(void)
|
||||
{
|
||||
AIM_LOG_MSG("ONLP is not supported for FAN");
|
||||
return ONLP_STATUS_E_UNSUPPORTED;
|
||||
}
|
||||
|
||||
|
||||
@@ -23,11 +23,9 @@
|
||||
*
|
||||
***********************************************************/
|
||||
#include <onlp/platformi/thermali.h>
|
||||
#include "x86_64_quanta_ix1b_rglbmc_log.h"
|
||||
|
||||
int
|
||||
onlp_thermali_init(void)
|
||||
{
|
||||
AIM_LOG_MSG("ONLP is not supported for THERMAL");
|
||||
return ONLP_STATUS_E_UNSUPPORTED;
|
||||
}
|
||||
|
||||
@@ -22,19 +22,10 @@
|
||||
*
|
||||
*
|
||||
***********************************************************/
|
||||
#include <x86_64_quanta_ly4r/x86_64_quanta_ly4r_config.h>
|
||||
#include <x86_64_quanta_ly4r/x86_64_quanta_ly4r_gpio_table.h>
|
||||
#include <onlp/platformi/fani.h>
|
||||
|
||||
#include "x86_64_quanta_ly4r_int.h"
|
||||
#include "x86_64_quanta_ly4r_log.h"
|
||||
|
||||
#include <onlplib/file.h>
|
||||
#include <onlplib/gpio.h>
|
||||
|
||||
int
|
||||
onlp_fani_init(void)
|
||||
{
|
||||
AIM_LOG_MSG("ONLP is not supported for FAN");
|
||||
return ONLP_STATUS_E_UNSUPPORTED;
|
||||
}
|
||||
|
||||
@@ -6,18 +6,10 @@
|
||||
*
|
||||
*
|
||||
***********************************************************/
|
||||
#include <x86_64_quanta_ly4r/x86_64_quanta_ly4r_config.h>
|
||||
#include <x86_64_quanta_ly4r/x86_64_quanta_ly4r_gpio_table.h>
|
||||
#include <onlp/platformi/psui.h>
|
||||
#include <onlplib/file.h>
|
||||
#include <onlplib/gpio.h>
|
||||
#include "x86_64_quanta_ly4r_int.h"
|
||||
#include "x86_64_quanta_ly4r_log.h"
|
||||
#include <AIM/aim_string.h>
|
||||
|
||||
int
|
||||
onlp_psui_init(void)
|
||||
{
|
||||
AIM_LOG_MSG("ONLP is not supported for RPSU");
|
||||
return ONLP_STATUS_E_UNSUPPORTED;
|
||||
}
|
||||
|
||||
@@ -23,13 +23,9 @@
|
||||
*
|
||||
***********************************************************/
|
||||
#include <onlp/platformi/thermali.h>
|
||||
#include <onlplib/file.h>
|
||||
#include "x86_64_quanta_ly4r_int.h"
|
||||
#include "x86_64_quanta_ly4r_log.h"
|
||||
|
||||
int
|
||||
onlp_thermali_init(void)
|
||||
{
|
||||
AIM_LOG_MSG("ONLP is not supported for THERMAL");
|
||||
return ONLP_STATUS_E_UNSUPPORTED;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user