login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2007
»
November
»
10
Re: [RFC 6/13] Char: nozomi, reorder and cleanup probe, remove
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Frank Seidel
Subject:
Re: [RFC 6/13] Char: nozomi, reorder and cleanup probe, remove
Date: Saturday, November 10, 2007 - 8:42 am
On Samstag 10 November 2007 00:46:51, you (Jiri Slaby) wrote:
quoted text
> nozomi, reorder and cleanup probe, remove > - remap space after requesting region, to not map something we cannot use > anyway > - init spin lock before request_irq, because due to shared irq debug, isr > might be called immediately, where the lock is being held > - remove INIT_LIST_HEAD before list_add, it's useless, because list_add > re-sets prev and next > - reorder cleanup to be the same as fail path of probe (or in other words, > the reverse of probe) > - no need to call nozomi_setup_private_data in remove, pointers are set in > probe
All perfect catches IMHO. Applied without changes. Thanks, Frank -
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[RFC 1/13] Char: nozomi, remove unneded stuff
, Jiri Slaby
, (Fri Nov 9, 4:43 pm)
[RFC 2/13] Char: nozomi, expand some functions
, Jiri Slaby
, (Fri Nov 9, 4:44 pm)
[RFC 3/13] Char: nozomi, fix fail paths
, Jiri Slaby
, (Fri Nov 9, 4:44 pm)
[RFC 4/13] Char: nozomi, tty index cleanup
, Jiri Slaby
, (Fri Nov 9, 4:45 pm)
[RFC 5/13] Char: nozomi, ioctls cleanup
, Jiri Slaby
, (Fri Nov 9, 4:46 pm)
[RFC 6/13] Char: nozomi, reorder and cleanup probe, remove
, Jiri Slaby
, (Fri Nov 9, 4:46 pm)
[RFC 7/13] Char: nozomi, remove struct irq
, Jiri Slaby
, (Fri Nov 9, 4:47 pm)
[RFC 8/13] Char: nozomi, tty cleanup
, Jiri Slaby
, (Fri Nov 9, 4:48 pm)
[RFC 9/13] Char: nozomi, lock cleanup
, Jiri Slaby
, (Fri Nov 9, 4:48 pm)
[RFC! 10/13] Char: nozomi, fix tty_flip_buffer_push
, Jiri Slaby
, (Fri Nov 9, 4:49 pm)
[RFC 11/13] Char: nozomi, remove unused includes
, Jiri Slaby
, (Fri Nov 9, 4:50 pm)
[RFC 12/13] Char: nozomi, remove void acc char2 char3 more ...
, Jiri Slaby
, (Fri Nov 9, 4:50 pm)
[RFC 13/13] Char: nozomi, cleanup read and write
, Jiri Slaby
, (Fri Nov 9, 4:51 pm)
Re: [RFC 1/13] Char: nozomi, remove unneded stuff
, Frank Seidel
, (Sat Nov 10, 8:41 am)
Re: [RFC 2/13] Char: nozomi, expand some functions
, Frank Seidel
, (Sat Nov 10, 8:41 am)
Re: [RFC 3/13] Char: nozomi, fix fail paths
, Frank Seidel
, (Sat Nov 10, 8:41 am)
Re: [RFC 4/13] Char: nozomi, tty index cleanup
, Frank Seidel
, (Sat Nov 10, 8:41 am)
Re: [RFC 5/13] Char: nozomi, ioctls cleanup
, Frank Seidel
, (Sat Nov 10, 8:41 am)
Re: [RFC 6/13] Char: nozomi, reorder and cleanup probe, remove
, Frank Seidel
, (Sat Nov 10, 8:42 am)
Re: [RFC 7/13] Char: nozomi, remove struct irq
, Frank Seidel
, (Sat Nov 10, 8:42 am)
Re: [RFC 8/13] Char: nozomi, tty cleanup
, Frank Seidel
, (Sat Nov 10, 8:42 am)
Re: [RFC 9/13] Char: nozomi, lock cleanup
, Frank Seidel
, (Sat Nov 10, 8:42 am)
Re: [RFC! 10/13] Char: nozomi, fix tty_flip_buffer_push
, Frank Seidel
, (Sat Nov 10, 8:43 am)
Re: [RFC 11/13] Char: nozomi, remove unused includes
, Frank Seidel
, (Sat Nov 10, 8:43 am)
Re: [RFC 12/13] Char: nozomi, remove void acc char2 char3 ...
, Frank Seidel
, (Sat Nov 10, 8:43 am)
Re: [RFC 13/13] Char: nozomi, cleanup read and write
, Frank Seidel
, (Sat Nov 10, 8:43 am)
Re: [RFC 4/13] Char: nozomi, tty index cleanup
, Jiri Slaby
, (Sat Nov 10, 8:50 am)
Re: [RFC 1/13] Char: nozomi, remove unneded stuff
, Jiri Slaby
, (Sat Nov 10, 8:55 am)
Re: [RFC 13/13] Char: nozomi, cleanup read and write
, Adrian Bunk
, (Sat Nov 10, 9:15 am)
Re: [RFC 13/13] Char: nozomi, cleanup read and write
, Jiri Slaby
, (Sat Nov 10, 3:04 pm)
Re: [RFC 13/13] Char: nozomi, cleanup read and write
, Frank Seidel
, (Sat Nov 10, 7:37 pm)
Re: [RFC 13/13] Char: nozomi, cleanup read and write
, Frank Seidel
, (Sun Nov 11, 9:02 am)
Re: [RFC 13/13] Char: nozomi, cleanup read and write
, Adrian Bunk
, (Mon Nov 12, 12:54 am)
Re: [RFC 13/13] Char: nozomi, cleanup read and write
, Frank Seidel
, (Mon Nov 12, 2:43 am)
Re: [RFC 7/13] Char: nozomi, remove struct irq
, Frank Seidel
, (Mon Nov 12, 8:11 am)
Re: [RFC 8/13] Char: nozomi, tty cleanup
, Frank Seidel
, (Mon Nov 12, 11:43 am)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Greg KH
Og dreams of kernels
Jens Axboe
[PATCH 31/33] Fusion: sg chaining support
Arnd Bergmann
Re: finding your own dead "CONFIG_" variables
Mark Brown
[PATCH 2/2] Subject: natsemi: Allow users to disable workaround for DspCfg reset
Tony Breeds
[LGUEST] Look in object dir for .config
git
:
Brian Downing
Re: Git in a Nutshell guide
John Benes
Re: master has some toys
Matthias Lederhofer
[PATCH 4/7] introduce GIT_WORK_TREE to specify the work tree
Alexander Sulfrian
[RFC/PATCH] RE: git calls SSH_ASKPASS even if DISPLAY is not set
Junio C Hamano
Re: Rss produced by git is not valid xml?
git-commits-head
:
Linux Kernel Mailing List
iSeries: fix section mismatch in iseries_veth
Linux Kernel Mailing List
ixbge: remove TX lock and redo TX accounting.
Linux Kernel Mailing List
ixgbe: fix several counter register errata
Linux Kernel Mailing List
b43: fix build with CONFIG_SSB_PCIHOST=n
Linux Kernel Mailing List
9p: block-based virtio client
linux-netdev
:
Michael Breuer
Re: [PATCH] af_packet: Don't use skb after dev_queue_xmit()
Michael Breuer
Re: [PATCH] af_packet: Don't use skb after dev_queue_xmit()
David Daney
[PATCH 5/7] Staging: Octeon Ethernet: Convert to NAPI.
Wolfgang Grandegger
[PATCH net-next v4 1/3] can: mscan: fix improper return if dlc < 8 in start_xmi...
Amit Kumar Salecha
[PATCHv3 NEXT 2/2] NET: Add Qlogic ethernet driver for CNA devices
openbsd-misc
:
Theo de Raadt
Re: Old IPSEC bug
Tomáš Bodžár
Problem with vpnc connection - check group password !
Insan Praja SW
Mandoc Compiling Error
Carl Roberso
Re: Cannot change MTU of carp interface?
Richard Daemon
Re: booting openbsd on eee without cd-rom
Colocation donated by:
Syndicate