]> asedeno.scripts.mit.edu Git - linux.git/commit
mmtimer: add member name to the miscdevice declaration
authorCorentin Labbe <clabbe.montjoie@gmail.com>
Thu, 15 Dec 2016 14:40:33 +0000 (15:40 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 10 Jan 2017 20:46:41 +0000 (21:46 +0100)
commitf17c941cbcdccc4fef49a10622ce2ffd2321a143
tree4d60fa6dfc7abb10b517dd3d4c22cdf4ec5c6a59
parent816c9311f1144a03da1fdc4feb2f6b0d3299fca0
mmtimer: add member name to the miscdevice declaration

Since the struct miscdevice have many members, it is dangerous to init
it without members name relying only on member order.

This patch add member name to the init declaration.

Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/char/mmtimer.c