The patch titled Sky Cpu and Nexus: get rid of useless NULL init has been added to the -mm tree. Its filename is sky-cpu-and-nexus-get-rid-of-useless-null-init.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: Sky Cpu and Nexus: get rid of useless NULL init From: Cyrill Gorcunov <gorcunov@xxxxxxxxx> This patch removes useless structure items init accroding to C99. Signed-off-by: Cyrill Gorcunov <gorcunov@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/misc/hdpuftrs/hdpu_cpustate.c | 3 --- 1 files changed, 3 deletions(-) diff -puN drivers/misc/hdpuftrs/hdpu_cpustate.c~sky-cpu-and-nexus-get-rid-of-useless-null-init drivers/misc/hdpuftrs/hdpu_cpustate.c --- a/drivers/misc/hdpuftrs/hdpu_cpustate.c~sky-cpu-and-nexus-get-rid-of-useless-null-init +++ a/drivers/misc/hdpuftrs/hdpu_cpustate.c @@ -175,9 +175,6 @@ static const struct file_operations cpus .release = cpustate_release, .read = cpustate_read, .write = cpustate_write, - .fasync = NULL, - .poll = NULL, - .ioctl = NULL, .llseek = no_llseek, }; _ Patches currently in -mm which might be from gorcunov@xxxxxxxxx are sky-cpu-and-nexus-code-style-improvement.patch sky-cpu-and-nexus-include-ioh.patch sky-cpu-and-nexus-check-for-platform_get_resource-ret.patch sky-cpu-and-nexus-check-for-create_proc_entry-ret-code.patch sky-cpu-use-c99-style-for-struct-init.patch sky-cpu-and-nexus-get-rid-of-useless-null-init.patch sky-cpu-and-nexus-use-seq_file-single_open-on-proc.patch udf-check-for-allocated-memory-for-data-of-new-inodes.patch udf-check-for-allocated-memory-for-inode-data-v2.patch udf-coding-style-conversion-lindent.patch udf-fix-function-name-from-udf_crc16-to-udf_crc.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html