LinuxLists
Users
About
Duan Jiong (
[email protected]
)
Number of posts: 17 (0.08 per day)
First post: 2013-09-05 05:57:55
Last post: 2014-04-11 10:06:05
Date
List
Subject
2014-04-11 10:06:05
linux-kernel
[PATCH] ASoC: core: replace PTR_RET with PTR_ERR_OR_ZERO
2014-04-11 08:41:09
linux-kernel
[PATCH] x86, msr: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERO
2014-04-11 08:41:04
linux-kernel
[PATCH] x86, cpuid: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERO
2014-04-11 08:40:55
linux-kernel
[PATCH] serial: imx: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERO
2014-04-11 08:40:18
linux-kernel
[PATCH] rbd: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERO
2014-04-11 08:40:05
linux-kernel
[PATCH] PHY: sunxi: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERO
2014-04-11 08:39:53
linux-kernel
[PATCH] phy: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERO
2014-04-11 08:05:59
linux-kernel
[PATCH] drivers/misc: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERO
2014-04-11 08:01:28
linux-kernel
[PATCH] block: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERO
2014-04-11 07:49:34
linux-kernel
[PATCH] ARM: imx: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERO
2013-09-27 03:32:01
linux-kernel
[PATCH] digsig: use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(...))
2013-09-26 07:56:39
linux-kernel
[PATCH] usb: gadget: Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(...))
2013-09-26 02:49:10
linux-kernel
[PATCH] selinux: Use kmemdup instead of kmalloc + memcpy
2013-09-05 10:32:22
linux-kernel
[PATCH] staging: dgnc: driver.c: casting (void *)value returned by kzalloc is useless
2013-09-05 10:11:16
linux-kernel
Re: [PATCH] ALSA: emu10k1: casting (void *) value returned by kcalloc is useless
2013-09-05 07:03:16
linux-kernel
[PATCH] mtd: bcm47xxsflash: the argument to kfree should not be the address of a structure field
2013-09-05 05:57:55
linux-kernel
[PATCH] ALSA: emu10k1: casting (void *) value returned by kcalloc is useless