commit | ba5e18130468dfd172dd68fee39a56a5f4a5fcad | [log] [tgz] |
---|---|---|
author | Brian Norris <[email protected]> | Thu Feb 08 22:32:41 2018 |
committer | Derek Basehore <[email protected]> | Mon Feb 12 22:52:43 2018 |
tree | d4d5237607cf60fdf3ed0da8d80d57a29044a00c | |
parent | 6f2aba7eecffc4a5a4ee647308826b9196452e5a [diff] |
CHROMIUM: irqchip/gic-v3-its: fixup error prints and sizeof() Last notes on the upstream review suggest these changes because: (a) printing the virtual address isn't usueful -- upstream reviewers were expecting the physical address (b) the porting from upstream to v4.4 (where we don't have quite the same helpers) used '*' to dereference the array, whereas the array operator ('[]') makes more sense At the moment, it's not worth respinning the series, as there's still bikeshedding going on over how to document the firmware/device-tree contract. BUG=b:62644399 TEST=suspend/resume on scarlet Change-Id: I699c7ce5f2a41128a98814722e082a317d96d390 Signed-off-by: Brian Norris <[email protected]> Reviewed-on: https://chromium-review.googlesource.com/909990 Tested-by: Derek Basehore <[email protected]> Reviewed-by: Alexandru M Stan <[email protected]> Reviewed-by: Matthias Kaehlcke <[email protected]> (cherry picked from commit f56c09e2db090a4d09618925c105c0328684c038) Reviewed-on: https://chromium-review.googlesource.com/914593 Reviewed-by: Derek Basehore <[email protected]> Commit-Queue: Derek Basehore <[email protected]> Trybot-Ready: Derek Basehore <[email protected]>