From: Karsten Keil <redacted>
Date: Fri, 13 Jul 2012 10:59:46 +0200
usb_alloc_urb() return value needs to be checked to avoid
later NULL pointer access.
Reported by rucsoftsec@gmail.com via bugzilla.kernel.org #44601.
Signed-off-by: Karsten Keil <redacted>
Applied.
Please use consistent subject line formatting. In your previous
patch you provided:
[PATCH] ISDN:foo bar baz
which I corrected to:
[PATCH] ISDN: foo bar baz
And for this patch you provided:
[PATCH ISDN] foo bar baz
which I corrected to:
[PATCH] ISDN: foo bar baz
Anything in those initial brackets will be removed by the
automated GIT tools, it's a place for text strings you don't
want to end up in the final commit message.
But you want that "ISDN: " prefix there in the end, so please
do not put it in brackets, and please do put a space after
that ":"
Thanks.