[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <49DE3B38.4020101@goop.org>
Date: Thu, 09 Apr 2009 11:15:20 -0700
From: Jeremy Fitzhardinge <jeremy@...p.org>
To: Jack Stone <jwjstone@...tmail.fm>
CC: "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
"jeff@...zik.org" <jeff@...zik.org>,
"kernel-janitors@...r.kernel.org" <kernel-janitors@...r.kernel.org>,
"chrisw@...s-sol.org" <chrisw@...s-sol.org>
Subject: Re: [PATCH 55/56] xen: Remove void casts
Jack Stone wrote:
> [Added maintainer CCs]
> Jack Stone wrote:
>
>> Remove uneeded void casts
>>
>> Signed-Off-By: Jack Stone <jwjstone@...tmail.fm>
>>
Acked-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@...rix.com>
>> ---
>> drivers/xen/manage.c | 2 +-
>> 1 files changed, 1 insertions(+), 1 deletions(-)
>>
>> diff --git a/drivers/xen/manage.c b/drivers/xen/manage.c
>> index 0d61db1..89310fb 100644
>> --- a/drivers/xen/manage.c
>> +++ b/drivers/xen/manage.c
>> @@ -149,7 +149,7 @@ static void shutdown_handler(struct xenbus_watch *watch,
>> if (err)
>> return;
>>
>> - str = (char *)xenbus_read(xbt, "control", "shutdown", NULL);
>> + str = xenbus_read(xbt, "control", "shutdown", NULL);
>> /* Ignore read errors and empty reads. */
>> if (XENBUS_IS_ERR_READ(str)) {
>> xenbus_transaction_end(xbt, 1);
>>
>>
>
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists