ID: 3600930 - dead code in 'lib/ipmi_sdr.c'

Commit adds comment for dead code in 'lib/ipmi_sdr.c'. This part of code has
been purposefully turned off.
This commit is contained in:
Zdenek Styblik 2013-02-07 06:14:56 +00:00
parent c070fc00d6
commit 5fa202f7d3

View File

@ -1048,6 +1048,7 @@ ipmi_sdr_print_sensor_mask(struct sdr_record_mask *mask,
uint8_t sensor_type, uint8_t sensor_type,
uint8_t event_type, int numeric_fmt) uint8_t event_type, int numeric_fmt)
{ {
/* iceblink - don't print some event status fields - CVS rev1.53 */
return 0; return 0;
switch (numeric_fmt) { switch (numeric_fmt) {