Re: [PATCH 1/2] bluetooth : put hci dev after del conn

2008-02-19 Thread Dave Young
On Feb 19, 2008 12:44 PM, David Miller <[EMAIL PROTECTED]> wrote: > From: Dave Young <[EMAIL PROTECTED]> > Date: Mon, 18 Feb 2008 15:55:55 +0800 > > > Move hci_dev_put to del_conn to avoid hci dev going away before hci conn. > > This looks correct so I have applied it. > > > Signed-off-by: Dave You

Re: [PATCH 1/2] bluetooth : put hci dev after del conn

2008-02-18 Thread David Miller
From: Dave Young <[EMAIL PROTECTED]> Date: Mon, 18 Feb 2008 15:55:55 +0800 > Move hci_dev_put to del_conn to avoid hci dev going away before hci conn. This looks correct so I have applied it. > Signed-off-by: Dave Young <[EMAIL PROTECTED]> Please remove the extraneous space at the end of your

[PATCH 1/2] bluetooth : put hci dev after del conn

2008-02-17 Thread Dave Young
Move hci_dev_put to del_conn to avoid hci dev going away before hci conn. Signed-off-by: Dave Young <[EMAIL PROTECTED]> --- net/bluetooth/hci_conn.c |1 - net/bluetooth/hci_sysfs.c |5 - 2 files changed, 4 insertions(+), 2 deletions(-) diff -upr linux/net/bluetooth/hci_conn.c linux.n