Diff between 7445d62faf24e5c87bda0ccad4af6264be7d726b and 5de25e03f52a835330169e6cb2c215fc3fabb3c3
Changed Files
| File | Additions | Deletions | Status |
| profiles/input/device.c | +2 | -2 | modified |
Full Patch
diff --git a/profiles/input/device.c b/profiles/input/device.c
index e69d647..3d5ee20 100644
--- a/profiles/input/device.c
+++ b/profiles/input/device.c
@@ -277,11 +277,11 @@ static gboolean encrypt_notify(GIOChannel *io, GIOCondition condition,
struct input_device *idev = data;
int err;
- DBG(" ");
+ DBG("");
err = ioctl_connadd(idev->req);
if (err < 0) {
- error("ioctl_connadd(): %s(%d)", strerror(-err), -err);
+ error("ioctl_connadd(): %s (%d)", strerror(-err), -err);
close(idev->req->intr_sock);
close(idev->req->ctrl_sock);
}