Re: [char-misc-next] mei: drop the warning when cl is not initialized during unlinking

2013-01-10 Thread Sedat Dilek
On Thu, Jan 10, 2013 at 12:10 AM, Tomas Winkler wrote: > On systems where wd and amthif is not initialized > we will hit cl->dev == NULL. This condition is okay > so we don't need to be laud about it. > > Fixes the follwing warning during suspend > [ 137.061985] WARNING: at

Re: [char-misc-next] mei: drop the warning when cl is not initialized during unlinking

2013-01-10 Thread Sedat Dilek
On Thu, Jan 10, 2013 at 12:10 AM, Tomas Winkler tomas.wink...@intel.com wrote: On systems where wd and amthif is not initialized we will hit cl-dev == NULL. This condition is okay so we don't need to be laud about it. Fixes the follwing warning during suspend [ 137.061985] WARNING: at

[char-misc-next] mei: drop the warning when cl is not initialized during unlinking

2013-01-09 Thread Tomas Winkler
On systems where wd and amthif is not initialized we will hit cl->dev == NULL. This condition is okay so we don't need to be laud about it. Fixes the follwing warning during suspend [ 137.061985] WARNING: at drivers/misc/mei/client.c:315 mei_cl_unlink+0x86/0x90 [mei]() [ 137.061986] Hardware

[char-misc-next] mei: drop the warning when cl is not initialized during unlinking

2013-01-09 Thread Tomas Winkler
On systems where wd and amthif is not initialized we will hit cl-dev == NULL. This condition is okay so we don't need to be laud about it. Fixes the follwing warning during suspend [ 137.061985] WARNING: at drivers/misc/mei/client.c:315 mei_cl_unlink+0x86/0x90 [mei]() [ 137.061986] Hardware