mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
core: remove superfluous arguments
Fixes CID 373231 Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
85392343fa
commit
8525b2e274
1 changed files with 1 additions and 1 deletions
|
@ -968,7 +968,7 @@ static void verify_fingerprint(dc_device_t *device, device_data_t *devdata, cons
|
||||||
dev_info(devdata, " ... fingerprinted dive %08x:%08x", deviceid, diveid);
|
dev_info(devdata, " ... fingerprinted dive %08x:%08x", deviceid, diveid);
|
||||||
/* Only use it if we *have* that dive! */
|
/* Only use it if we *have* that dive! */
|
||||||
if (!has_dive(deviceid, diveid)) {
|
if (!has_dive(deviceid, diveid)) {
|
||||||
dev_info(devdata, " ... dive not found", deviceid, diveid);
|
dev_info(devdata, " ... dive not found");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
dc_device_set_fingerprint(device, buffer, size);
|
dc_device_set_fingerprint(device, buffer, size);
|
||||||
|
|
Loading…
Reference in a new issue