RE: [PATCH 1/4] mei: Don't log an error when the MEI device is quirked off

2014-03-11 Thread Winkler, Tomas
> > >> If an administrator wants to use MEI, they can search the logs for > >> 'mei'. Otherwise they don't need a glaring reminder that their > >> hardware doesn't actually support MEI. > >> > >> Signed-off-by: Andy Lutomirski > >> --- > >> drivers/misc/mei/pci-me.c | 2 +- > >> 1 file change

Re: [PATCH 1/4] mei: Don't log an error when the MEI device is quirked off

2014-03-11 Thread Andy Lutomirski
i; Winkler, Tomas >> Subject: [PATCH 1/4] mei: Don't log an error when the MEI device is quirked >> off >> >> If an administrator wants to use MEI, they can search the logs for >> 'mei'. Otherwise they don't need a glaring reminder tha

RE: [PATCH 1/4] mei: Don't log an error when the MEI device is quirked off

2014-03-11 Thread Winkler, Tomas
> -Original Message- > From: Andy Lutomirski [mailto:l...@amacapital.net] > Sent: Saturday, March 08, 2014 20:58 > To: linux-kernel@vger.kernel.org > Cc: triv...@kernel.org; Andy Lutomirski; Winkler, Tomas > Subject: [PATCH 1/4] mei: Don't log an error when th

[PATCH 1/4] mei: Don't log an error when the MEI device is quirked off

2014-03-08 Thread Andy Lutomirski
If an administrator wants to use MEI, they can search the logs for 'mei'. Otherwise they don't need a glaring reminder that their hardware doesn't actually support MEI. Signed-off-by: Andy Lutomirski --- drivers/misc/mei/pci-me.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git