Re: [PATCH] virtio/s390: fixup for implement PM operations for virtio_ccw

2017-12-18 Thread Christian Borntraeger
On 12/18/2017 09:52 AM, Thomas Huth wrote: > On 18.12.2017 09:37, Christian Borntraeger wrote: >> We need to disable the pm callbacks if CONFIG_PM is not set. >> >> Signed-off-by: Christian Borntraeger >> --- >> Cornelia, you might want to squash this into the original commit. >> >> drivers/s39

Re: [PATCH] virtio/s390: fixup for implement PM operations for virtio_ccw

2017-12-18 Thread Thomas Huth
On 18.12.2017 09:37, Christian Borntraeger wrote: > We need to disable the pm callbacks if CONFIG_PM is not set. > > Signed-off-by: Christian Borntraeger > --- > Cornelia, you might want to squash this into the original commit. > > drivers/s390/virtio/virtio_ccw.c | 4 > 1 file changed, 4

Re: [PATCH] virtio/s390: fixup for implement PM operations for virtio_ccw

2017-12-18 Thread Cornelia Huck
On Mon, 18 Dec 2017 09:37:06 +0100 Christian Borntraeger wrote: > We need to disable the pm callbacks if CONFIG_PM is not set. > > Signed-off-by: Christian Borntraeger > --- > Cornelia, you might want to squash this into the original commit. Thanks, will do. > > drivers/s390/virtio/virtio_c

[PATCH] virtio/s390: fixup for implement PM operations for virtio_ccw

2017-12-18 Thread Christian Borntraeger
We need to disable the pm callbacks if CONFIG_PM is not set. Signed-off-by: Christian Borntraeger --- Cornelia, you might want to squash this into the original commit. drivers/s390/virtio/virtio_ccw.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/s390/virtio/virtio_ccw.c b/dri