usb: host: ehci-dbg: replace sizeof operand
authorGeyslan G. Bem <geyslan@gmail.com>
Tue, 26 Jan 2016 01:45:05 +0000 (22:45 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 3 Feb 2016 21:44:05 +0000 (13:44 -0800)
commit12ef7dd97c3302c6c308484ffce392ef2383783a
treecdce1742e0f8b1c4aa753af5c3eee63f713fd5f6
parente2432f06b5669538f79d64d18e60b2c8c05d59f2
usb: host: ehci-dbg: replace sizeof operand

This patch fixes a coding style issue reported by checkpatch concerning
to usage of sizeof operand as a variable instead the type.

Signed-off-by: Geyslan G. Bem <geyslan@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ehci-dbg.c