Messages in this thread |  | | Date | Thu, 17 Jan 2013 23:04:41 +0530 | From | Laxman Dewangan <> | Subject | Re: [PATCH] serial: tegra: Switch to using struct tty_port |
| |
On Thursday 17 January 2013 10:37 PM, Stephen Warren wrote: > On 01/17/2013 06:31 AM, Thierry Reding wrote: >> Many of the tty functions were converted to use a struct tty_port >> instead of a struct tty_struct. Update the Tegra driver accordingly to >> avoid build breakage. > I tested that this does indeed fix the build warnings. I didn't test the > resultant driver. > The api prototype changes and driver development went in parallel and hence the driver uses the older api. Both got merged on similar time and so out of sync. I think this change is proper. I have not tested this change but reviewing code, it looks good to me.
Acked-By: Laxman Dewangan<ldewangan@nvidia.com>
|  |