Re: [PATCH V4 1/3] misc/pvpanic: return 0 for empty body register function

2018-12-18 Thread Greg KH
On Tue, Dec 18, 2018 at 05:46:41PM +0800, Peng Hao wrote: > Return 0 for empty body register function normally. > > Signed-off-by: Peng Hao > --- > QEMU community requires additional PCI devices to simulate PVPANIC devices > so that some architectures can not occupy precious less than 4G of

[PATCH V4 1/3] misc/pvpanic: return 0 for empty body register function

2018-12-18 Thread Peng Hao
Return 0 for empty body register function normally. Signed-off-by: Peng Hao --- QEMU community requires additional PCI devices to simulate PVPANIC devices so that some architectures can not occupy precious less than 4G of memory space. drivers/misc/pvpanic.c | 2 +- 1 file changed, 1