[PATCH 4/6] Staging: unisys: visorchannel: Clean up sparse warnings in visorchannel code

Ken Cox jkc at redhat.com
Fri Mar 28 14:05:38 UTC 2014


On 03/28/2014 07:53 AM, Dan Carpenter wrote:
> On Thu, Mar 13, 2014 at 03:39:21PM -0500, Ken Cox wrote:
>> Clean up code to get rid of sparse warnings, mostly due to accessing I/O space.
>>
>> Remove visorchannel_get_safe_queue(), visorchannel_safesignalremove(),
>> and visorchannel_safesignalinsert() since they were not called from anywhere.
>>
>> Signed-off-by: Ken Cox <jkc at redhat.com>
>> ---
>>   drivers/staging/unisys/visorchannel/visorchannel.h |   2 +-
>>   .../unisys/visorchannel/visorchannel_funcs.c       | 136 ---------------------
>>   2 files changed, 1 insertion(+), 137 deletions(-)
>>
>> diff --git a/drivers/staging/unisys/visorchannel/visorchannel.h b/drivers/staging/unisys/visorchannel/visorchannel.h
>> index 4546686..62d29a2 100644
>> --- a/drivers/staging/unisys/visorchannel/visorchannel.h
>> +++ b/drivers/staging/unisys/visorchannel/visorchannel.h
>> @@ -92,7 +92,7 @@ void *visorchannel_get_header(VISORCHANNEL *channel);
>>   	do {								\
>>   		U8 *p = (U8 *)visorchannel_get_header(chan);		\
>>   		if (p) {						\
>> -			ULTRA_CHANNEL_CLIENT_TRANSITION(p, chanId, CliStateOS, \
>> +			ULTRA_CHANNEL_CLIENT_TRANSITION(p, chanId,	\
>>   							newstate, logCtx); \
> Gar... You broke the build in [PATCH 2/6] and you're fixing it up here.
> That's not allowed.
>
> If this patchset hasn't already been applied, then please redo it.
I didn't catch that because the VISORCHANNEL_CHANGE_CLIENT_STATE macro 
is never used.  Because of that, it still builds.

Greg has already applied it to his tree, but I will remove the 
VISORCHANNEL_CHANGE_CLIENT_STATE macro in a new patch.

Thanks,
Ken Cox


More information about the devel mailing list