Re: [PATCH 4/5] ARM : OMAP : serial : Make context_loss_cnt signed

2012-01-20 Thread Govindraj
On Mon, Jan 16, 2012 at 3:52 PM, Shubhrajyoti D shubhrajy...@ti.com wrote: get_context_loss_count returns an int however it is stored in unsigned integer context_loss_cnt . This patch tries to make context_loss_cnt int. So that in case of errors(which may be negative) the value is not

[PATCH 4/5] ARM : OMAP : serial : Make context_loss_cnt signed

2012-01-16 Thread Shubhrajyoti D
get_context_loss_count returns an int however it is stored in unsigned integer context_loss_cnt . This patch tries to make context_loss_cnt int. So that in case of errors(which may be negative) the value is not interpreted wrongly. Signed-off-by: Shubhrajyoti D shubhrajy...@ti.com ---