From mboxrd@z Thu Jan 1 00:00:00 1970 From: egtvedt@samfundet.no (Hans-Christian Egtvedt) Date: Sat, 1 Nov 2014 11:16:37 +0100 Subject: [PATCH 33/44] avr32: atngw100: Register with kernel poweroff handler In-Reply-To: <1412659726-29957-34-git-send-email-linux@roeck-us.net> References: <1412659726-29957-1-git-send-email-linux@roeck-us.net> <1412659726-29957-34-git-send-email-linux@roeck-us.net> Message-ID: <20141101101637.GA5765@samfundet.no> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Around Mon 06 Oct 2014 22:28:35 -0700 or thereabout, Guenter Roeck wrote: > Register with kernel poweroff handler instead of setting pm_power_off > directly. > > Cc: Haavard Skinnemoen > Cc: Hans-Christian Egtvedt > Signed-off-by: Guenter Roeck Acked-by: Hans-Christian Egtvedt > --- > arch/avr32/boards/atngw100/mrmt.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/avr32/boards/atngw100/mrmt.c b/arch/avr32/boards/atngw100/mrmt.c > index 91146b4..54d0c27 100644 > --- a/arch/avr32/boards/atngw100/mrmt.c > +++ b/arch/avr32/boards/atngw100/mrmt.c > @@ -274,7 +274,7 @@ static int __init mrmt1_init(void) > { > gpio_set_value( PIN_PWR_ON, 1 ); /* Ensure PWR_ON is enabled */ > > - pm_power_off = mrmt_power_off; > + register_poweroff_handler_simple(mrmt_power_off, 128); > > /* Setup USARTS (other than console) */ > at32_map_usart(2, 1, 0); /* USART 2: /dev/ttyS1, RMT1:DB9M */ -- mvh Hans-Christian Egtvedt