From: Hans de Goede Date: Wed, 20 Aug 2014 13:41:53 +0000 (+0300) Subject: xhci: Fold queue_set_tr_deq into xhci_queue_new_dequeue_state X-Git-Tag: fixes-for-v3.18-merge-window~16^2~57 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3a43e66e02571ada527e0ea9e34a786b048849a;p=pandora-kernel.git xhci: Fold queue_set_tr_deq into xhci_queue_new_dequeue_state xhci_queue_new_dequeue_state is the only caller of queue_set_tr_deq and queue_set_tr_deq checks for SET_DEQ_PENDING, where as xhci_queue_new_dequeue_state sets it which is inconsistent. Simply fold the 2 into one is a nice cleanup and fixes the inconsistency. Signed-off-by: Hans de Goede Signed-off-by: Mathias Nyman Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed