1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00
linux/drivers/hwtracing/coresight
Mark Brown f5da7cb24b coresight: etb10: Fix check for bogus buffer depth
We attempt to sanity check the buffer depth reported by the hardware by
making sure it is not less than zero however this check will never be true
since the buffer depth is stored in an unsigned integer. Instead change
the check to look for the top bit being set which was the intention.

Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2015-05-18 12:56:15 -07:00
..
coresight-etb10.c coresight: etb10: Fix check for bogus buffer depth 2015-05-18 12:56:15 -07:00
coresight-etm-cp14.c coresight: moving to new "hwtracing" directory 2015-04-03 16:17:04 +02:00
coresight-etm.h coresight: moving to new "hwtracing" directory 2015-04-03 16:17:04 +02:00
coresight-etm3x.c coresight: moving to new "hwtracing" directory 2015-04-03 16:17:04 +02:00
coresight-funnel.c coresight: moving to new "hwtracing" directory 2015-04-03 16:17:04 +02:00
coresight-priv.h coresight: moving to new "hwtracing" directory 2015-04-03 16:17:04 +02:00
coresight-replicator.c coresight: moving to new "hwtracing" directory 2015-04-03 16:17:04 +02:00
coresight-tmc.c coresight: moving to new "hwtracing" directory 2015-04-03 16:17:04 +02:00
coresight-tpiu.c coresight: moving to new "hwtracing" directory 2015-04-03 16:17:04 +02:00
coresight.c coresight: moving to new "hwtracing" directory 2015-04-03 16:17:04 +02:00
Kconfig coresight: moving to new "hwtracing" directory 2015-04-03 16:17:04 +02:00
Makefile coresight: moving to new "hwtracing" directory 2015-04-03 16:17:04 +02:00
of_coresight.c Char/Misc driver patches for 4.1-rc1 2015-04-21 09:42:58 -07:00