commit | def634338d3ffb32fbe9b0a2d70cc24ef909cd4f | [log] [tgz] |
---|---|---|
author | Alexandre Courbot <acourbot@nvidia.com> | Fri Feb 15 14:46:15 2013 +0900 |
committer | Grant Likely <grant.likely@secretlab.ca> | Sat Mar 02 13:20:19 2013 +0000 |
tree | 14da05000274ad6d6972d6c474d22362fa1b30e0 | |
parent | bcabdef12da49878789464ad7239e97d83ea5ef5 [diff] |
gpiolib: use const parameters when possible Constify descriptor parameter of gpiod_* functions for those that should obviously not modify it. This includes value or direction get, cansleep, and IRQ number query. Signed-off-by: Alexandre Courbot <acourbot@nvidia.com> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>