]> asedeno.scripts.mit.edu Git - linux.git/commit
serial: m32r_sio: Drop redundant .data assignment
authorKees Cook <keescook@chromium.org>
Tue, 24 Oct 2017 09:59:40 +0000 (02:59 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 4 Nov 2017 11:38:04 +0000 (12:38 +0100)
commit4fefcbff8be52c7e68feefa0c96fb8e06923aab3
tree714cf8a7456adbb68cb19d42658320a86b61d964
parent94be6d74d040c614a332555f5b6d57c26dc272fc
serial: m32r_sio: Drop redundant .data assignment

With the timer converted to using the new timer_setup()/from_timer() API,
setting the .data field is redundant (and the field will be removed soon),
so drop it.

Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Jiri Slaby <jslaby@suse.com>
Cc: linux-serial@vger.kernel.org
Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/m32r_sio.c