Re: [PATCH]drivers:acpi: Fix wrong parameter passed to memblock_reserve

2013-04-22 Thread Rafael J. Wysocki
On Friday, April 19, 2013 12:40:46 PM Wang YanQing wrote: > On Mon, Apr 15, 2013 at 07:47:38PM -0700, Yinghai Lu wrote: > > On Mon, Apr 15, 2013 at 6:44 PM, Wang YanQing wrote: > > > > > > The parameter of memblock_reserve is start address, > > > and size, not address range. > > > > > > Signed-off

Re: [PATCH]drivers:acpi: Fix wrong parameter passed to memblock_reserve

2013-04-18 Thread Wang YanQing
On Mon, Apr 15, 2013 at 07:47:38PM -0700, Yinghai Lu wrote: > On Mon, Apr 15, 2013 at 6:44 PM, Wang YanQing wrote: > > > > The parameter of memblock_reserve is start address, > > and size, not address range. > > > > Signed-off-by: Wang YanQing > > --- > > drivers/acpi/osl.c | 2 +- > > 1 file ch

Re: [PATCH]drivers:acpi: Fix wrong parameter passed to memblock_reserve

2013-04-15 Thread Yinghai Lu
On Mon, Apr 15, 2013 at 6:44 PM, Wang YanQing wrote: > > The parameter of memblock_reserve is start address, > and size, not address range. > > Signed-off-by: Wang YanQing > --- > drivers/acpi/osl.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/acpi/osl.c b/dri

[PATCH]drivers:acpi: Fix wrong parameter passed to memblock_reserve

2013-04-15 Thread Wang YanQing
The parameter of memblock_reserve is start address, and size, not address range. Signed-off-by: Wang YanQing --- drivers/acpi/osl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/acpi/osl.c b/drivers/acpi/osl.c index 586e7e9..bcb7a3b 100644 --- a/drivers/acpi/osl.c