From: Daeseok Youn Date: Fri, 11 Jul 2014 10:22:58 +0000 (+0900) Subject: staging: dgap: removes redundant null check and change paramter for dgap_tty_digiseta() X-Git-Tag: cleanup-for-v3.18~125^2~919 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ffc11c103ac5ba2fa06794be5667fbd183bff056;p=pandora-kernel.git staging: dgap: removes redundant null check and change paramter for dgap_tty_digiseta() Null checks in dgap_tty_digiseta() are already done by dgap_tty_ioctl() and change "tty" as a paramter of this function to "ch" and "bd" which are used in dgap_tty_digiseta(). Signed-off-by: Daeseok Youn Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed