Skip to content

Commit

Permalink
tty-usb-sierra: Coding style - minor
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Alan Cox authored and Linus Torvalds committed Jul 22, 2008
1 parent 3a0f43e commit 9660ea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/usb/serial/sierra.c
Original file line number Diff line number Diff line change
Expand Up @@ -757,7 +757,7 @@ static int __init sierra_init(void)

static void __exit sierra_exit(void)
{
usb_deregister (&sierra_driver);
usb_deregister(&sierra_driver);
usb_serial_deregister(&sierra_device);
}

Expand Down

0 comments on commit 9660ea3

Please sign in to comment.