diff options
author | Grant Likely <[email protected]> | 2013-01-18 01:32:02 +0000 |
---|---|---|
committer | Grant Likely <[email protected]> | 2013-02-06 11:06:37 +0000 |
commit | b5961f86802a1d76b377940ae6df53e877bdf235 (patch) | |
tree | 71347bd08d9ba9658c89cc0ff7a22f5c3c9c1e16 /tools/perf/scripts/python/net_dropmonitor.py | |
parent | f21ccfa07070228e0c32dad05d1cb0d19128517c (diff) |
powerpc/5200: Fix size to request_mem_region() call
The Bestcomm driver requests a memory region larger than the one
described in the device tree. This is due to an extra undocumented field
in the bestcomm register structure. This hasn't been a problem up to
now, but there is a patch pending to make the DT platform_bus support
code use platform_device_add() which tightens the rules and provides
extra checks for drivers to stay within the specified register regions.
Alternately, I could have removed the extra field from the structure,
but I'm not sure if it is still needed for resume to work. Better be
safe and leave it in.
Signed-off-by: Grant Likely <[email protected]>
Cc: Benjamin Herrenschmidt <[email protected]>
Cc: Anatolij Gustschin <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/net_dropmonitor.py')
0 files changed, 0 insertions, 0 deletions