First  |  Prev |  Next  |  Last
Pages: 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726
crypto:hifn_795x.c Fix warning: variable 'ctx' set but not used
Justin P. Mattock <justinmattock(a)gmail.com> wrote: The below fixes a warning message generated by GCC CC [M] drivers/crypto/hifn_795x.o drivers/crypto/hifn_795x.c: In function 'hifn_flush': drivers/crypto/hifn_795x.c:2021:23: warning: variable 'ctx' set but not used drivers/crypto/hifn_795x.c: In funct... 6 Jul 2010 03:33
[PATCH] Packet hub driver of Topcliff PCH
Hi Arnd I have modified for your comments. Please confirm below. Thanks, Ohtake. --- Packet hub driver of Topcliff PCH Topcliff PCH is the platform controller hub that is going to be used in Intel's upcoming general embedded platform. All IO peripherals in Topcliff PCH are actually devices sitting on AM... 6 Jul 2010 03:33
[PATCH]crypto:hifn_795x.c Fix warning: variable 'ctx' set but not used
The below fixes a warning message generated by GCC CC [M] drivers/crypto/hifn_795x.o drivers/crypto/hifn_795x.c: In function 'hifn_flush': drivers/crypto/hifn_795x.c:2021:23: warning: variable 'ctx' set but not used drivers/crypto/hifn_795x.c: In function 'hifn_process_queue': drivers/crypto/hifn_795x.c:2142:23... 6 Jul 2010 03:33
[PATCH reiserfs] trivial typo fix
Fix trivial typo in code comment (change adn for and), also change comment style for proper coding style. Thanks, Davidlohr Signed-off-by: Davidlohr Bueso <dave(a)gnu.org> --- include/linux/reiserfs_fs.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/linux/reiserfs_fs.h b/i... 6 Jul 2010 02:29
linux-next: manual merge of the trivial tree with the v4l-dvb tree
Hi Jiri, Today's linux-next merge of the trivial tree got a conflict in drivers/media/video/ov511.c between commit b2bde15c455d09057dc7bd9f5b9ed67b9ac99b8a ("V4L/DVB: Remove obsolete ov511 driver") from the v4l-dvb tree and commit 421f91d21ad6f799dc7b489bb33cc560ccc56f98 ("fix typos concerning "initiali [zs]e""... 6 Jul 2010 02:29
[PATCH]ipmi:ipmi_si_intf.c Fix warning: variable 'addr_space' set but not used
Remove addr_space in exchange for two symbols that represent mm = IPMI_MEM_ADDR_SPACE; io = IPMI_IO_ADDR_SPACE; then add a dev_warn printing information so that GCC doesn't give a warning when building the kernel. the original warning from GCC is this: CC [M] drivers/char/ipmi/ipmi_si_intf.o drivers/char/i... 6 Jul 2010 01:25
linux-next: manual merge of the device-mapper tree with the block tree
Hi Alasdair, Today's linux-next merge of the device-mapper tree got a conflict in drivers/md/dm.c between commits 9add80db6089272d6bf13ef6b5dc7b3ddda1a887 ("dm: stop using q->prepare_flush_fn") and 5e27e27e73b5bff903b3c30ffd5a0e17eb95c087 ("block: remove q->prepare_flush_fn completely") from the block tree and c... 6 Jul 2010 01:25
linux-next: manual merge of the block tree with the rr tree
Hi Jens, Today's linux-next merge of the block tree got a conflict in drivers/block/virtio_blk.c between commit 0e41b2d3ea0f5bf472a2b163c54305f62ab7b776 ("virtio_blk: support barriers without FLUSH feature") from the rr tree and commits 3789fdefa13bcaa7ad06d952ac6010f0a81bf04e ("virtio_blk: stop using q->prepar... 6 Jul 2010 01:25
net/ne: fix memory leak in ne_drv_probe()
From: Kulikov Vasiliy <segooon(a)gmail.com> Date: Sat, 3 Jul 2010 19:20:42 +0400 net_device allocated with alloc_eip_netdev() must be freed. Signed-off-by: Kulikov Vasiliy <segooon(a)gmail.com> Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a m... 5 Jul 2010 23:15
[PATCH] acer-wmi: fix memory leaks in WMID_set_capabilities and get_wmid_devices
When acpi_evaluate_object() is passed ACPI_ALLOCATE_BUFFER, the caller must kfree the returned buffer if AE_OK is returned. The callers of wmi_query_block() pass ACPI_ALLOCATE_BUFFER, and thus must check its return value before accessing or kfree() on the buffer. This patch adds a missing kfree(out.pointer) be... 5 Jul 2010 23:15
First  |  Prev |  Next  |  Last
Pages: 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726