diff options
author | Oliver O'Halloran <oohall@gmail.com> | 2019-12-09 12:14:39 +1100 |
---|---|---|
committer | Oliver O'Halloran <oohall@gmail.com> | 2019-12-16 15:18:29 +1100 |
commit | 962f6d7809ee7fddc06674e054ba235d65c94f9b (patch) | |
tree | 75df2d5cc28abaac3d44603415752a1d9f6b68d1 /doc/release-notes | |
parent | 58d51527040c7c989dad8fdfcd1c9a388969ed8c (diff) | |
download | skiboot-962f6d7809ee7fddc06674e054ba235d65c94f9b.zip skiboot-962f6d7809ee7fddc06674e054ba235d65c94f9b.tar.gz skiboot-962f6d7809ee7fddc06674e054ba235d65c94f9b.tar.bz2 |
doc: Fix block in 6.3.2 release notes
Squash another warning
Signed-off-by: Oliver O'Halloran <oohall@gmail.com>
Diffstat (limited to 'doc/release-notes')
-rw-r--r-- | doc/release-notes/skiboot-6.3.2.rst | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/doc/release-notes/skiboot-6.3.2.rst b/doc/release-notes/skiboot-6.3.2.rst index 0282fc7..e8a38e2 100644 --- a/doc/release-notes/skiboot-6.3.2.rst +++ b/doc/release-notes/skiboot-6.3.2.rst @@ -165,12 +165,11 @@ Bug fixes included in this release are: below error. And caller is not reallocating sufficient buffer. Also its hard to guess the size. - sample log::: - ----------- - Mar 28 03:31:43 zz24p1 opal-prd: FW: error reading from firmware: alloc 32 rc -1: Invalid argument - Mar 28 03:31:43 zz24p1 opal-prd: FW: error reading from firmware: alloc 32 rc -1: Invalid argument - Mar 28 03:31:43 zz24p1 opal-prd: FW: error reading from firmware: alloc 32 rc -1: Invalid argument - .... + sample log:: + + Mar 28 03:31:43 zz24p1 opal-prd: FW: error reading from firmware: alloc 32 rc -1: Invalid argument + Mar 28 03:31:43 zz24p1 opal-prd: FW: error reading from firmware: alloc 32 rc -1: Invalid argument + Mar 28 03:31:43 zz24p1 opal-prd: FW: error reading from firmware: alloc 32 rc -1: Invalid argument Lets use opal-msg-size device tree property to allocate memory for prd message. |