staging/easycap: rename variable s32 to tmp
authorTomas Winkler <tomas.winkler@intel.com>
Thu, 3 Feb 2011 11:42:44 +0000 (13:42 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 4 Feb 2011 20:44:32 +0000 (12:44 -0800)
commit27d1766927372bf1410a44e8a22132757b0948b0
treebed13e3b44d6a23dc483cda70621acb07ec0e55f
parentb737f3b8cf2425f8e5f23ea31bbb4d377c41be7f
staging/easycap: rename variable s32 to tmp

1. naming variable s32 is confusing since it is also
a type name.
2. use s32 instead of __s32, the later is for user space

Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/easycap/easycap_main.c