diff options
author | Trent Piepho <xyzzy@speakeasy.org> | 2007-07-23 02:58:31 -0700 |
---|---|---|
committer | Trent Piepho <xyzzy@speakeasy.org> | 2007-07-23 02:58:31 -0700 |
commit | 793b5a0484a44d294066a82ec4049d3a5185a8cc (patch) | |
tree | 510ea6c4f4ea4c6546df3052848d98f47107fb4f /linux/drivers/media/video/w9968cf.h | |
parent | 63e951dfac4a817b5686f39e13e5b0d8b9e456b7 (diff) | |
download | mediapointer-dvb-s2-793b5a0484a44d294066a82ec4049d3a5185a8cc.tar.gz mediapointer-dvb-s2-793b5a0484a44d294066a82ec4049d3a5185a8cc.tar.bz2 |
usbvision: fix bugs [sg]_register functions
From: Trent Piepho <xyzzy@speakeasy.org>
s_register was assigning the return code to (unsigned)reg->val, rather than
errCode, which it what it would return. Except reg->val can't be < 0, so it
would never actually return an error.
g_register never actually put the value it read into reg->val.
Signed-off-by: Trent Piepho <xyzzy@speakeasy.org>
Diffstat (limited to 'linux/drivers/media/video/w9968cf.h')
0 files changed, 0 insertions, 0 deletions