summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/call-graph-from-postgresql.py
diff options
context:
space:
mode:
authorAlan Stern <stern@rowland.harvard.edu>2017-05-16 11:48:01 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-05-18 16:05:24 +0200
commitce553bd103c161df2676ff201746bff8ca512715 (patch)
treed2310f8928ee73a38fa3f2d81dffc134de76671f /tools/perf/scripts/python/call-graph-from-postgresql.py
parentaa18c4b6e0e39bfb00af48734ec24bc189ac9909 (diff)
downloadkernel-ce553bd103c161df2676ff201746bff8ca512715.tar.gz
USB: ene_usb6250: implement REQUEST SENSE
In the ene_usb6250 sub-driver for usb-storage, there is no support for the REQUEST SENSE command. This command is issued whenever a failure occurs, and without it the driver has no way to tell the SCSI core what the reason for the failure was. This patch adds a do_scsi_request_sense() routine to the driver. The new routine reports the error code stored by the previous command. Signed-off-by: Alan Stern <stern@rowland.harvard.edu> Reported-and-tested-by: Andreas Hartmann <andihartmann@01019freenet.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions
t report route RTT metric value in cache dumps.David S. Miller 2012-07-05decnet: Use neighbours privately in dn_route struct.David S. Miller 2012-07-05net: Add optional SKB arg to dst_ops->neigh_lookup().David S. Miller 2012-06-27decnet: Do not use RTA_PUT() macrosThomas Graf 2012-06-26decnet: dn_route: Move away from NLMSG_NEW().David S. Miller 2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches 2012-04-15net: cleanup unsigned to unsigned intEric Dumazet 2012-02-05decnet: remove unused variable from dn_output()Jesper Juhl 2011-12-05net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller