linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] [hid-sony] Fix typo in error message
@ 2010-02-05 18:02 Bastien Nocera
  2010-02-09 10:37 ` Jiri Kosina
  0 siblings, 1 reply; 2+ messages in thread
From: Bastien Nocera @ 2010-02-05 18:02 UTC (permalink / raw)
  To: Dmitry Torokhov, linux-input, Jiri Kosina

---
 drivers/hid/hid-sony.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/hid/hid-sony.c b/drivers/hid/hid-sony.c
index 4e84502..96d723e 100644
--- a/drivers/hid/hid-sony.c
+++ b/drivers/hid/hid-sony.c
@@ -81,7 +81,7 @@ static int sony_probe(struct hid_device *hdev, const struct hid_device_id *id)
 
 	sc = kzalloc(sizeof(*sc), GFP_KERNEL);
 	if (sc == NULL) {
-		dev_err(&hdev->dev, "can't alloc apple descriptor\n");
+		dev_err(&hdev->dev, "can't alloc sony descriptor\n");
 		return -ENOMEM;
 	}
 
-- 
1.6.5.2




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

* Re: [PATCH] [hid-sony] Fix typo in error message
  2010-02-05 18:02 [PATCH] [hid-sony] Fix typo in error message Bastien Nocera
@ 2010-02-09 10:37 ` Jiri Kosina
  0 siblings, 0 replies; 2+ messages in thread
From: Jiri Kosina @ 2010-02-09 10:37 UTC (permalink / raw)
  To: Bastien Nocera; +Cc: Dmitry Torokhov, linux-input

On Fri, 5 Feb 2010, Bastien Nocera wrote:

> ---
>  drivers/hid/hid-sony.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/hid/hid-sony.c b/drivers/hid/hid-sony.c
> index 4e84502..96d723e 100644
> --- a/drivers/hid/hid-sony.c
> +++ b/drivers/hid/hid-sony.c
> @@ -81,7 +81,7 @@ static int sony_probe(struct hid_device *hdev, const struct hid_device_id *id)
>  
>  	sc = kzalloc(sizeof(*sc), GFP_KERNEL);
>  	if (sc == NULL) {
> -		dev_err(&hdev->dev, "can't alloc apple descriptor\n");
> +		dev_err(&hdev->dev, "can't alloc sony descriptor\n");
>  		return -ENOMEM;
>  	}

Applied, thanks for catching this.

-- 
Jiri Kosina
SUSE Labs, Novell Inc.

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

end of thread, other threads:[~2010-02-09 10:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-02-05 18:02 [PATCH] [hid-sony] Fix typo in error message Bastien Nocera
2010-02-09 10:37 ` Jiri Kosina

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).