First  |  Prev |  Next  |  Last
Pages: 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727
[PATCH] hp-wmi: add return value checking for input_allocate_device()
Add error checking and return -ENOMEM if input_allocate_device() fail. Signed-off-by: Axel Lin <axel.lin(a)gmail.com> --- drivers/platform/x86/hp-wmi.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/drivers/platform/x86/hp-wmi.c b/drivers/platform/x86/hp-wmi.c index 51c07a0..c508e20 1... 5 Jul 2010 23:15
isdn/gigaset: improve CAPI message debugging
From: Tilman Schmidt <tilman(a)imap.cc> Date: Tue, 6 Jul 2010 02:18:59 +0200 (CEST) @@ -384,7 +388,7 @@ void gigaset_skb_sent(struct bc_state *bcs, struct sk_buff *dskb) /* don't send further B3 messages if disconnected */ if (bcs->apconnstate < APCONN_ACTIVE) { - gig_dbg(DEBUG_LLDATA, "disconne... 6 Jul 2010 16:41
isdn: avoid calling tty_ldisc_flush() in atomic context
From: Tilman Schmidt <tilman(a)imap.cc> Date: Tue, 6 Jul 2010 02:18:27 +0200 (CEST) Remove the call to tty_ldisc_flush() from the RESULT_NO_CARRIER branch of isdn_tty_modem_result(), as already proposed in commit 00409bb045887ec5e7b9e351bc080c38ab6bfd33. This avoids a "sleeping function called from invali... 5 Jul 2010 23:15
compal-laptop/fujitsu-laptop/msi-laptop: make dmi_check_cb
2010/7/5 Jonathan Woithe <jwoithe(a)physics.adelaide.edu.au>: Is there no possibility of some other matching function existing after ours in the tree which might need to also be called? �If so, this change would prevent that. hi Jonathan, I checked the implementation of dmi_check_system() and the useage ca... 5 Jul 2010 23:15
hamachi: Use the instance of net_device_stats from net_device.
From: Kulikov Vasiliy <segooon(a)gmail.com> Date: Mon, 5 Jul 2010 16:13:41 +0400 Since net_device has an instance of net_device_stats, we can remove the instance of this from the adapter structure. Signed-off-by: Kulikov Vasiliy <segooon(a)gmail.com> Applied. -- To unsubscribe from this list: send the... 5 Jul 2010 23:15
natsemi: Use the instance of net_device_stats from net_device.
From: Kulikov Vasiliy <segooon(a)gmail.com> Date: Mon, 5 Jul 2010 16:14:17 +0400 Since net_device has an instance of net_device_stats, we can remove the instance of this from the adapter structure. Signed-off-by: Kulikov Vasiliy <segooon(a)gmail.com> Applied. -- To unsubscribe from this list: send the... 5 Jul 2010 23:15
hp100: Use the instance of net_device_stats from net_device.
From: Kulikov Vasiliy <segooon(a)gmail.com> Date: Mon, 5 Jul 2010 16:13:46 +0400 Since net_device has an instance of net_device_stats, we can remove the instance of this from the adapter structure. Signed-off-by: Kulikov Vasiliy <segooon(a)gmail.com> Applied. -- To unsubscribe from this list: send the... 5 Jul 2010 23:15
ns83820: Use the instance of net_device_stats from net_device.
From: Kulikov Vasiliy <segooon(a)gmail.com> Date: Mon, 5 Jul 2010 16:14:28 +0400 Since net_device has an instance of net_device_stats, we can remove the instance of this from the adapter structure. Signed-off-by: Kulikov Vasiliy <segooon(a)gmail.com> Applied. -- To unsubscribe from this list: send the... 5 Jul 2010 23:15
mac89x0: Use the instance of net_device_stats from net_device.
From: Kulikov Vasiliy <segooon(a)gmail.com> Date: Mon, 5 Jul 2010 16:14:09 +0400 Since net_device has an instance of net_device_stats, we can remove the instance of this from the adapter structure. Signed-off-by: Kulikov Vasiliy <segooon(a)gmail.com> Applied. -- To unsubscribe from this list: send the... 5 Jul 2010 23:15
ethoc: Use the instance of net_device_stats from net_device.
From: Kulikov Vasiliy <segooon(a)gmail.com> Date: Mon, 5 Jul 2010 16:13:31 +0400 Since net_device has an instance of net_device_stats, we can remove the instance of this from the adapter structure. Signed-off-by: Kulikov Vasiliy <segooon(a)gmail.com> Applied. -- To unsubscribe from this list: send the... 5 Jul 2010 23:15
First  |  Prev |  Next  |  Last
Pages: 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727