Re: [patch net-next] mlxsw: core: Change BUG to WARN in hwmon code

2015-12-03 Thread David Miller
From: Jiri Pirko Date: Thu, 3 Dec 2015 10:12:03 +0100 > From: Jiri Pirko > > Better to just warn the user that something really odd is going on and > continue to run. > > Suggested-by: Or Gerlitz > Signed-off-by: Jiri Pirko Applied. -- To unsubscribe from this list: send the line "unsubscr

[patch net-next] mlxsw: core: Change BUG to WARN in hwmon code

2015-12-03 Thread Jiri Pirko
From: Jiri Pirko Better to just warn the user that something really odd is going on and continue to run. Suggested-by: Or Gerlitz Signed-off-by: Jiri Pirko --- drivers/net/ethernet/mellanox/mlxsw/core_hwmon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ethe