Re: [PATCH 3/3] platform/chrome: pstore: Move to larger record size.

2016-05-02 Thread Benson Leung
On Mon, Feb 15, 2016 at 3:58 PM, Enric Balletbo i Serra
 wrote:
> From: Olof Johansson 
>
> Accidentally specified a smaller record size, bring it back
> to the same size as we had when we used the config file.
>
> Signed-off-by: Olof Johansson 
> Signed-off-by: Enric Balletbo i Serra 
> Reviewed-by: Sameer Nanda 

Reviewed-by: Benson Leung 

-- 
Benson Leung
Senior Software Engineer, Chrom* OS
ble...@chromium.org


Re: [PATCH 3/3] platform/chrome: pstore: Move to larger record size.

2016-05-02 Thread Benson Leung
On Mon, Feb 15, 2016 at 3:58 PM, Enric Balletbo i Serra
 wrote:
> From: Olof Johansson 
>
> Accidentally specified a smaller record size, bring it back
> to the same size as we had when we used the config file.
>
> Signed-off-by: Olof Johansson 
> Signed-off-by: Enric Balletbo i Serra 
> Reviewed-by: Sameer Nanda 

Reviewed-by: Benson Leung 

-- 
Benson Leung
Senior Software Engineer, Chrom* OS
ble...@chromium.org


[PATCH 3/3] platform/chrome: pstore: Move to larger record size.

2016-02-15 Thread Enric Balletbo i Serra
From: Olof Johansson 

Accidentally specified a smaller record size, bring it back
to the same size as we had when we used the config file.

Signed-off-by: Olof Johansson 
Signed-off-by: Enric Balletbo i Serra 
Reviewed-by: Sameer Nanda 
---
 drivers/platform/chrome/chromeos_pstore.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/platform/chrome/chromeos_pstore.c 
b/drivers/platform/chrome/chromeos_pstore.c
index e5a5a18..659abff 100644
--- a/drivers/platform/chrome/chromeos_pstore.c
+++ b/drivers/platform/chrome/chromeos_pstore.c
@@ -59,7 +59,7 @@ MODULE_DEVICE_TABLE(dmi, chromeos_pstore_dmi_table);
 static struct ramoops_platform_data chromeos_ramoops_data = {
.mem_size   = 0x10,
.mem_address= 0xf0,
-   .record_size= 0x2,
+   .record_size= 0x4,
.console_size   = 0x2,
.ftrace_size= 0x2,
.dump_oops  = 1,
-- 
2.1.0



[PATCH 3/3] platform/chrome: pstore: Move to larger record size.

2016-02-15 Thread Enric Balletbo i Serra
From: Olof Johansson 

Accidentally specified a smaller record size, bring it back
to the same size as we had when we used the config file.

Signed-off-by: Olof Johansson 
Signed-off-by: Enric Balletbo i Serra 
Reviewed-by: Sameer Nanda 
---
 drivers/platform/chrome/chromeos_pstore.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/platform/chrome/chromeos_pstore.c 
b/drivers/platform/chrome/chromeos_pstore.c
index e5a5a18..659abff 100644
--- a/drivers/platform/chrome/chromeos_pstore.c
+++ b/drivers/platform/chrome/chromeos_pstore.c
@@ -59,7 +59,7 @@ MODULE_DEVICE_TABLE(dmi, chromeos_pstore_dmi_table);
 static struct ramoops_platform_data chromeos_ramoops_data = {
.mem_size   = 0x10,
.mem_address= 0xf0,
-   .record_size= 0x2,
+   .record_size= 0x4,
.console_size   = 0x2,
.ftrace_size= 0x2,
.dump_oops  = 1,
-- 
2.1.0