aboutsummaryrefslogtreecommitdiff
path: root/net/lapb/lapb_timer.c
diff options
context:
space:
mode:
authorBhupesh Sharma <[email protected]>2012-02-27 11:19:43 +0530
committerGrant Likely <[email protected]>2012-03-12 11:36:38 -0600
commit7535b8bef067b71070ed5bdcf3606402f1e99618 (patch)
treebb4c57bbbe2c143a98d9d1f9690df8dc2ed97356 /net/lapb/lapb_timer.c
parent0dc665d426691fd75fe9b6b16295ad0c02677d21 (diff)
gpio/gpio-stmpe: Fix the value returned by _get_value routine
The present _get_value routine returns the contents of the GPIO Monitor Pin Status Register(GPMR) starting from the bit whose value is requested to BIT 0 (irrelevant bits are replace by 0). For e.g. if we request the value of GPIO 6 in the earlier implementation the value returned is: BIT6 followed by 6 0's whereas it should just return BIT6. This patch addresses the same. Signed-off-by: Bhupesh Sharma <[email protected]> Reviewed-by: Viresh Kumar <[email protected]> Signed-off-by: Grant Likely <[email protected]>
Diffstat (limited to 'net/lapb/lapb_timer.c')
0 files changed, 0 insertions, 0 deletions