- Previous thread: PATCH 4/7 - Btrfs: fix increasing num_workers_starting twice
- Next thread: PATCH - update document
- Threads sorted by date: linux-kernel 201007
Currently ntty-install omits to increment tty count and we get the
following warnings:
Warning: dev (noz2) tty-
So to fix that, add one tty-
Signed-off-by: Jiri Slaby
Cc: Alan Cox
diff
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
following warnings:
Warning: dev (noz2) tty-
So to fix that, add one tty-
Signed-off-by: Jiri Slaby
Cc: Alan Cox
diff
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
On 07/29/2010 11:09 AM, Jiri Slaby wrote:
BTW introduced in 266794eb7 (nozomi: Add tty-port usage) which is in
.34. So may be a stable material too...
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
BTW introduced in 266794eb7 (nozomi: Add tty-port usage) which is in
.34. So may be a stable material too...
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Sorry, one more fix, this one depends on the other, so this is rather 2/2.
Set tty-every place where needed. Switch .open to use driver-data too.
Signed-off-by: Jiri Slaby
Cc: Alan Cox
diff static int ntty-open(struct tty-struct *tty, struct file *filp)
{
- struct port *port = get-port-by-tty(tty);
+ struct port *port = tty- return tty-port-open(&port- }
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Set tty-every place where needed. Switch .open to use driver-data too.
Signed-off-by: Jiri Slaby
Cc: Alan Cox
diff static int ntty-open(struct tty-struct *tty, struct file *filp)
{
- struct port *port = get-port-by-tty(tty);
+ struct port *port = tty- return tty-port-open(&port- }
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Related Threads
- issues in running ndk-build on windows 7 - android-ndk
- Geoserver-users - How do I to create a pyramid with a big tif - geoserver-users
- RS485: ioctls defined twice ? - linux-kernel
- GIT PULL - perf fixes - linux-kernel
- Object directory builds now the default on mozilla-central - dev-platform
- webkit-dev - Making GRefPtr more general - webkit-dev
- Qt-interest - Proxy models - qt-interest
- Qt-interest - Designer plugins and Promoted Widgets - qt-interest
- How to get Windows registry key value? Perl? - vim-use
- What replaces gdk_bitmap_create_from_data() ? - gtk-devel-list
- RFC PATCH 1/2 - perf_events: add support for per-cpu per-cgroup monitoring - linux-kernel