Re: [PATCH] synclink_gt use dynamic tty device registration

2007-05-03 Thread Paul Fulghum
On Thu, 2007-05-03 at 00:05 -0700, Andrew Morton wrote: > On Wed, 02 May 2007 11:17:33 -0500 Paul Fulghum <[EMAIL PROTECTED]> wrote: > > > Change synclink_gt driver to use dynamic tty device registration. > > > > ... > > > > + for (i=0; i < port_count; ++i) > > +

Re: [PATCH] synclink_gt use dynamic tty device registration

2007-05-03 Thread Andrew Morton
On Wed, 02 May 2007 11:17:33 -0500 Paul Fulghum <[EMAIL PROTECTED]> wrote: > Change synclink_gt driver to use dynamic tty device registration. > > ... > > + for (i=0; i < port_count; ++i) > + tty_register_device(serial_driver, port_array[i]->line, > &(port_array[i]->pdev->dev));

Re: [PATCH] synclink_gt use dynamic tty device registration

2007-05-03 Thread Andrew Morton
On Wed, 02 May 2007 11:17:33 -0500 Paul Fulghum [EMAIL PROTECTED] wrote: Change synclink_gt driver to use dynamic tty device registration. ... + for (i=0; i port_count; ++i) + tty_register_device(serial_driver, port_array[i]-line, (port_array[i]-pdev-dev)); ... +

Re: [PATCH] synclink_gt use dynamic tty device registration

2007-05-03 Thread Paul Fulghum
On Thu, 2007-05-03 at 00:05 -0700, Andrew Morton wrote: On Wed, 02 May 2007 11:17:33 -0500 Paul Fulghum [EMAIL PROTECTED] wrote: Change synclink_gt driver to use dynamic tty device registration. ... + for (i=0; i port_count; ++i) + tty_register_device(serial_driver,

[PATCH] synclink_gt use dynamic tty device registration

2007-05-02 Thread Paul Fulghum
Change synclink_gt driver to use dynamic tty device registration. Signed-off-by: Paul Fulghum <[EMAIL PROTECTED]> --- a/drivers/char/synclink_gt.c2007-04-25 22:08:32.0 -0500 +++ b/drivers/char/synclink_gt.c2007-05-02 11:11:34.0 -0500 @@ -3415,6 +3415,9 @@ static

[PATCH] synclink_gt use dynamic tty device registration

2007-05-02 Thread Paul Fulghum
Change synclink_gt driver to use dynamic tty device registration. Signed-off-by: Paul Fulghum [EMAIL PROTECTED] --- a/drivers/char/synclink_gt.c2007-04-25 22:08:32.0 -0500 +++ b/drivers/char/synclink_gt.c2007-05-02 11:11:34.0 -0500 @@ -3415,6 +3415,9 @@ static