Re: [PATCH 03/10] mfd: rtsx: add debug info when access register failed

2015-01-18 Thread Lee Jones
On Thu, 15 Jan 2015, micky_ch...@realsil.com.cn wrote: > From: Micky Ching > > Add debug info when access register failed, this is useful for > debug. Pull the creation of the macro into another patch. I'm happy to apply that, but I don't really want dbg prints scattered everywhere. Feel free

[PATCH 03/10] mfd: rtsx: add debug info when access register failed

2015-01-15 Thread micky_ching
From: Micky Ching Add debug info when access register failed, this is useful for debug. Signed-off-by: Micky Ching --- drivers/mfd/rtsx_pcr.c | 22 +- include/linux/mfd/rtsx_pci.h | 2 ++ 2 files changed, 19 insertions(+), 5 deletions(-) diff --git a/drivers/mfd/rts