USB: whci-hcd: fix endian conversion in qset_clear()
authorDan Carpenter <dan.carpenter@oracle.com>
Tue, 22 Nov 2011 07:28:31 +0000 (10:28 +0300)
committerGreg Kroah-Hartman <gregkh@suse.de>
Sun, 27 Nov 2011 03:56:48 +0000 (19:56 -0800)
qset->qh.link is an __le64 field and we should be using cpu_to_le64()
to fill it.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found