summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2018-05-24 08:14:28 +0300
committerJoel Stanley <joel@jms.id.au>2018-05-25 08:42:06 +0300
commit9cb76892c090501a871fe8f477ffc971f03874ff (patch)
tree14248a5b236d54cdf0153f339d26862a4e1e6556 /tools/perf/scripts/python
parent3533d5dbbdca8016cbb54f11934c99f5ef21d135 (diff)
downloadlinux-9cb76892c090501a871fe8f477ffc971f03874ff.tar.xz
fsi/occ: Don't set driver data late
Until now, the OCC driver was setting the driver data after registering the character device and the hwmon device. This might have been intentional, as doing so makes the initial probe of the OCC by the hwmon device fail while the data is NULL (provided you are lucky and the hwmon driver doesn't get bound asynchronously). That failure used to be necessary, otherwise the driver would try to access the SBE fifo at a time when it's not ready, causing all sort of problems. The new SBE fifo driver is much more robust and will return an appropriate error code, so that (fragile) tweak is no longer necessary. OpenBMC-Staging-Count: 1 Reviewed-by: Andrew Jeffery <andrew@aj.id.au> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions