Re: [PATCH 6/6] ssb/trivial: replace numeric with standard PM state macros

2013-06-28 Thread David Miller
From: Yijing Wang Date: Thu, 27 Jun 2013 21:00:11 +0800 > Use standard PM state macros PCI_Dx instead of numeric 0/1/2.. > > Signed-off-by: Yijing Wang Applied. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More

[PATCH 6/6] ssb/trivial: replace numeric with standard PM state macros

2013-06-27 Thread Yijing Wang
Use standard PM state macros PCI_Dx instead of numeric 0/1/2.. Signed-off-by: Yijing Wang Cc: net...@vger.kernel.org Cc: linux-kernel@vger.kernel.org --- drivers/ssb/pcihost_wrapper.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/ssb/pcihost_wrapper.c b/driver