All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] input/hog: Remove unused attioid from hog_device
@ 2016-11-03 20:03 Petri Gynther
  2016-11-04 12:46 ` Luiz Augusto von Dentz
  0 siblings, 1 reply; 2+ messages in thread
From: Petri Gynther @ 2016-11-03 20:03 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Petri Gynther

---
 profiles/input/hog.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/profiles/input/hog.c b/profiles/input/hog.c
index 9836a6c..7d318cd 100644
--- a/profiles/input/hog.c
+++ b/profiles/input/hog.c
@@ -60,7 +60,6 @@
 #define HOG_UUID		"00001812-0000-1000-8000-00805f9b34fb"
 
 struct hog_device {
-	guint			attioid;
 	struct btd_device	*device;
 	struct bt_hog		*hog;
 };
-- 
2.8.0.rc3.226.g39d4020


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] input/hog: Remove unused attioid from hog_device
  2016-11-03 20:03 [PATCH] input/hog: Remove unused attioid from hog_device Petri Gynther
@ 2016-11-04 12:46 ` Luiz Augusto von Dentz
  0 siblings, 0 replies; 2+ messages in thread
From: Luiz Augusto von Dentz @ 2016-11-04 12:46 UTC (permalink / raw)
  To: Petri Gynther; +Cc: linux-bluetooth

Hi Petri,

On Thu, Nov 3, 2016 at 10:03 PM, Petri Gynther <pgynther@google.com> wrote:
> ---
>  profiles/input/hog.c | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/profiles/input/hog.c b/profiles/input/hog.c
> index 9836a6c..7d318cd 100644
> --- a/profiles/input/hog.c
> +++ b/profiles/input/hog.c
> @@ -60,7 +60,6 @@
>  #define HOG_UUID               "00001812-0000-1000-8000-00805f9b34fb"
>
>  struct hog_device {
> -       guint                   attioid;
>         struct btd_device       *device;
>         struct bt_hog           *hog;
>  };
> --
> 2.8.0.rc3.226.g39d4020

Nice catch, applied thanks.

-- 
Luiz Augusto von Dentz

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-11-04 12:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-03 20:03 [PATCH] input/hog: Remove unused attioid from hog_device Petri Gynther
2016-11-04 12:46 ` Luiz Augusto von Dentz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.