commit | 7919a57bc608140aa8614c19eac40c6916fb61d2 | [log] [tgz] |
---|---|---|
author | Andreas Herrmann <andreas.herrmann3@amd.com> | Mon Aug 30 19:04:01 2010 +0000 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Nov 15 13:27:04 2010 -0500 |
tree | 0813ff8983a937eae8636808167bc59aa0e80c34 | |
parent | e4b3fdb80021bc0a3239bfc2a873a6d7c6ac52a1 [diff] |
bitops: Provide generic sign_extend32 function This patch moves code out from wireless drivers where two different functions are defined in three code locations for the same purpose and provides a common function to sign extend a 32-bit value. Signed-off-by: Andreas Herrmann <andreas.herrmann3@amd.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>