Re: linux-next: build failure after merge of the block tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 8/21/22 4:46 AM, Stephen Rothwell wrote:
> Hi all,
> 
> After merging the block tree, today's linux-next build (sparc defconfig)
> failed like this:
> 
> drivers/scsi/qlogicpti.c: In function 'qpti_map_queues':
> drivers/scsi/qlogicpti.c:828:24: error: 'return' with a value, in function returning void [-Werror=return-type]
>   828 |                 return -1;
>       |                        ^
> drivers/scsi/qlogicpti.c:817:13: note: declared here
>   817 | static void qpti_map_queues(struct qlogicpti *qpti)
>       |             ^~~~~~~~~~~~~~~
> drivers/scsi/qlogicpti.c:839:24: error: 'return' with a value, in function returning void [-Werror=return-type]
>   839 |                 return -1;
>       |                        ^
> drivers/scsi/qlogicpti.c:817:13: note: declared here
>   817 | static void qpti_map_queues(struct qlogicpti *qpti)
>       |             ^~~~~~~~~~~~~~~
> drivers/scsi/qlogicpti.c: In function 'qpti_sbus_probe':
> drivers/scsi/qlogicpti.c:1394:1: warning: label 'fail_free_irq' defined but not used [-Wunused-label]
>  1394 | fail_free_irq:
>       | ^~~~~~~~~~~~~
> cc1: some warnings being treated as errors
> 
> Caused by commit
> 
>   f19f2c966b2f ("block: Change the return type of blk_mq_map_queues() into void")
> 
> I have applied the following fix up patch for today.

Folded in, thanks Stephen.

-- 
Jens Axboe



[Index of Archives]     [Linux Kernel]     [Linux USB Development]     [Yosemite News]     [Linux SCSI]

  Powered by Linux