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

2013-06-29 Thread Linus Walleij
On Thu, Jun 27, 2013 at 2:58 PM, Yijing Wang wrote: > Use standard PM state macros PCI_Dx instead of numeric 0/1/2.. > > Signed-off-by: Yijing Wang > Cc: Michael Buesch > Cc: Grant Likely > Cc: Linus Walleij > Cc: Jiri Kosina > Cc: linux-kernel@vger.kernel.org Patch applied. Yours, Linus W

[PATCH 5/6] Gpio/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: Michael Buesch Cc: Grant Likely Cc: Linus Walleij Cc: Jiri Kosina Cc: linux-kernel@vger.kernel.org --- drivers/gpio/gpio-bt8xx.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --g