diff options
author | Matthias Vogelgesang <matthias.vogelgesang@kit.edu> | 2016-11-04 10:45:59 +0100 |
---|---|---|
committer | Matthias Vogelgesang <matthias.vogelgesang@kit.edu> | 2016-11-04 10:45:59 +0100 |
commit | 462801e87dda6467042426c955c2f29e898c8b48 (patch) | |
tree | ae5be8b8b692c60c3ee606de6f5ec1015a8ad71e /uca-ufo-camera.c | |
parent | e3601ac32d8b91baca527d7fa5bec0dc88536c7a (diff) | |
download | uca-ufo-462801e87dda6467042426c955c2f29e898c8b48.tar.gz uca-ufo-462801e87dda6467042426c955c2f29e898c8b48.tar.bz2 uca-ufo-462801e87dda6467042426c955c2f29e898c8b48.tar.xz uca-ufo-462801e87dda6467042426c955c2f29e898c8b48.zip |
Do not handle PCILIB_REGISTER_INCONSISTENT
There is no way to check the version of pcilib at compile time and this flag
does not seem to be that important anyway ... well let's see.
Diffstat (limited to 'uca-ufo-camera.c')
-rw-r--r-- | uca-ufo-camera.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/uca-ufo-camera.c b/uca-ufo-camera.c index a739e07..cc0dc4c 100644 --- a/uca-ufo-camera.c +++ b/uca-ufo-camera.c @@ -206,9 +206,6 @@ update_properties (UcaUfoCameraPrivate *priv) case PCILIB_REGISTER_RW1I: flags = G_PARAM_READWRITE; break; - case PCILIB_REGISTER_INCONSISTENT: - g_warning ("%s is an inconsistent register, don't know how to handle that", reg->name); - break; } value = read_register_value (priv->handle, reg->name); |