From: Alan Cox <gnomes@lxorguk•ukuu.org.uk>
To: Jaejoong Kim <climbbb.kim@gmail•com>
Cc: linux-um@lists•infradead.org, netdev@vger•kernel.org,
linux-mmc@vger•kernel.org, linux-s390@vger•kernel.org,
devel@driverdev•osuosl.org, greybus-dev@lists•linaro.org,
linuxppc-dev@lists•ozlabs.org, linux-serial@vger•kernel.org,
sparclinux@vger•kernel.org, linux-usb@vger•kernel.org,
linux-bluetooth@vger•kernel.org, linux-kernel@vger•kernel.org,
Greg Kroah-Hartman <gregkh@linuxfoundation•org>,
Jiri Slaby <jslaby@suse•com>
Subject: Re: [PATCH 00/25] Change tty_port(standard)_install's return type
Date: Wed, 12 Sep 2018 15:41:19 +0100 [thread overview]
Message-ID: <20180912154119.1fce639d@alans-desktop> (raw)
In-Reply-To: <1536029091-4426-1-git-send-email-climbbb.kim@gmail.com>
On Tue, 4 Sep 2018 11:44:26 +0900
Jaejoong Kim <climbbb.kim@gmail•com> wrote:
> Many drivers with tty use the tty_stand_install(). But, there is no
> need to handle the error, since it always returns 0.
And what happens if another change means it can fail again. It's just a
property of the current implementation that it can't. It used to fail.
This seems to be a ton of unneccessary churn that will end up just having
to be reversed again some day in the future.
Alan
prev parent reply other threads:[~2018-09-12 15:02 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-09-04 2:44 [PATCH 00/25] Change tty_port(standard)_install's return type Jaejoong Kim
2018-09-04 2:44 ` [PATCH 01/25] tty: Change return type to void Jaejoong Kim
2018-09-04 10:45 ` Sergei Shtylyov
[not found] ` <CAL6iAaKzDPe7CMGR8VOBZRsJqZuNB1=zek_YVvwcKnjimbox2g@mail.gmail.com>
2018-09-05 5:57 ` Jiri Slaby
2018-09-04 2:44 ` [PATCH 02/25] isdn: i4l: isdn_tty: " Jaejoong Kim
2018-09-04 2:44 ` [PATCH 03/25] s390: char: con3215: " Jaejoong Kim
2018-09-04 2:44 ` [PATCH 04/25] s390: char: tty3270: " Jaejoong Kim
2018-09-04 2:44 ` [PATCH 05/25] tty: hvc: hvc_console: " Jaejoong Kim
2018-09-04 2:44 ` [PATCH 06/25] tty: hvc: hvcs: " Jaejoong Kim
2018-09-04 2:44 ` [PATCH 07/25] tty: mips_ejtag_fdc: " Jaejoong Kim
2018-09-04 2:44 ` [PATCH 08/25] tty: n_gsm: " Jaejoong Kim
2018-09-04 2:44 ` [PATCH 09/25] tty: serial: kgdb_nmi: " Jaejoong Kim
2018-09-04 2:44 ` [PATCH 10/25] tty: synclink: " Jaejoong Kim
2018-09-04 2:44 ` [PATCH 11/25] tty: synclinkmp: " Jaejoong Kim
2018-09-04 2:44 ` [PATCH 12/25] tty: vt: " Jaejoong Kim
2018-09-04 2:44 ` [PATCH 13/25] usb: xhci: dbc: " Jaejoong Kim
2018-09-04 2:44 ` [PATCH 14/25] Bluetooth: " Jaejoong Kim
2018-09-04 2:44 ` [PATCH 15/25] um: " Jaejoong Kim
2018-09-04 2:44 ` [PATCH 16/25] isdn: capi: " Jaejoong Kim
2018-09-04 2:44 ` [PATCH 17/25] misc: pti: " Jaejoong Kim
2018-09-04 2:44 ` [PATCH 18/25] mmc: core: sdio_uart: " Jaejoong Kim
2018-09-04 2:44 ` [PATCH 19/25] staging: fwserial: " Jaejoong Kim
2018-09-04 2:44 ` [PATCH 20/25] staging: gdm724x: gdm_tty: " Jaejoong Kim
2018-09-04 2:44 ` [PATCH 21/25] staging: greybus: uart: " Jaejoong Kim
2018-09-04 2:44 ` [PATCH 22/25] tty: nozomi: " Jaejoong Kim
2018-09-04 2:44 ` [PATCH 23/25] tty: vcc: " Jaejoong Kim
2018-09-04 2:44 ` [PATCH 24/25] usb: cdc-acm: " Jaejoong Kim
2018-09-04 2:44 ` [PATCH 25/25] usb: usb-serial: " Jaejoong Kim
2018-09-04 4:42 ` [PATCH 00/25] Change tty_port(standard)_install's return type Sam Ravnborg
2018-09-12 14:41 ` Alan Cox [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180912154119.1fce639d@alans-desktop \
--to=gnomes@lxorguk$(echo .)ukuu.org.uk \
--cc=climbbb.kim@gmail$(echo .)com \
--cc=devel@driverdev$(echo .)osuosl.org \
--cc=gregkh@linuxfoundation$(echo .)org \
--cc=greybus-dev@lists$(echo .)linaro.org \
--cc=jslaby@suse$(echo .)com \
--cc=linux-bluetooth@vger$(echo .)kernel.org \
--cc=linux-kernel@vger$(echo .)kernel.org \
--cc=linux-mmc@vger$(echo .)kernel.org \
--cc=linux-s390@vger$(echo .)kernel.org \
--cc=linux-serial@vger$(echo .)kernel.org \
--cc=linux-um@lists$(echo .)infradead.org \
--cc=linux-usb@vger$(echo .)kernel.org \
--cc=linuxppc-dev@lists$(echo .)ozlabs.org \
--cc=netdev@vger$(echo .)kernel.org \
--cc=sparclinux@vger$(echo .)kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox