commit | 095bc335360a51623dd8571839bbf465851a7f4b | [log] [tgz] |
---|---|---|
author | Luiz Fernando N. Capitulino <[email protected]> | Sat Aug 26 23:48:11 2006 -0300 |
committer | Greg Kroah-Hartman <[email protected]> | Wed Sep 27 11:58:55 2006 -0700 |
tree | e28c101dd9665b67b137e3e21a8161c1bcf4b898 | |
parent | 83a07196735dbf371b61d6dffbb7e6a696c633c2 [diff] |
USB core: Use const where possible. This patch marks some USB core's functions parameters as const. This improves the design (we're saying to the caller that its parameter is not going to be modified) and may help in compiler's optimisation work. Signed-off-by: Luiz Fernando N. Capitulino <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>