xhci: rename existing Command Completion Event handlers
authorXenia Ragiadakou <burzalodowa@gmail.com>
Mon, 9 Sep 2013 10:29:46 +0000 (13:29 +0300)
committerSarah Sharp <sarah.a.sharp@linux.intel.com>
Wed, 16 Oct 2013 19:24:24 +0000 (12:24 -0700)
commit60b9593cf225827b6b887db4061ea9ece052fbf3
tree6f5a8b5084ba6e41c64691a9d5faac26a1d404c1
parent07a37e9e425a3176875a0c91e59ae8bc65d2ddb9
xhci: rename existing Command Completion Event handlers

This patch renames the function handlers of a triggered Command Completion
Event that correspond to each command type into 'xhci_handle_cmd_<type>'.
That is done to give a consistent naming space to all the functions that
handle Command Completion Events and that will permit the code reader to
reference to them more easily.

Signed-off-by: Xenia Ragiadakou <burzalodowa@gmail.com>
Acked-by: Sarah Sharp <sarah.a.sharp@linux.intel.com>
Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com>
drivers/usb/host/xhci-ring.c