Hi Linus, [auto build test WARNING on ulf.hansson-mmc/next] [cannot apply to linus/master linux/master v4.9-rc6 next-20161123] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Linus-Walleij/mmc-block-delete-packed-command-support/20161124-095329 base: git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git next config: x86_64-randconfig-s0-11241041 (attached as .config) compiler: gcc-4.4 (Debian 4.4.7-8) 4.4.7 reproduce: # save the attached .config to linux build tree make ARCH=x86_64 All warnings (new ones prefixed by >>): drivers/mmc/card/block.c: In function 'mmc_blk_issue_rw_rq': >> drivers/mmc/card/block.c:1604: warning: unused variable 'reqs' vim +/reqs +1604 drivers/mmc/card/block.c ecf8b5d0a Subhash Jadavani 2012-06-07 1588 ret = blk_end_request(req, 0, blocks << 9); 67716327e Adrian Hunter 2011-08-29 1589 } 67716327e Adrian Hunter 2011-08-29 1590 } 67716327e Adrian Hunter 2011-08-29 1591 return ret; 67716327e Adrian Hunter 2011-08-29 1592 } 67716327e Adrian Hunter 2011-08-29 1593 ee8a43a51 Per Forlin 2011-07-01 1594 static int mmc_blk_issue_rw_rq(struct mmc_queue *mq, struct request *rqc) 54d49d776 Per Forlin 2011-07-01 1595 { 3e1319bfe Linus Walleij 2016-11-18 1596 struct mmc_blk_data *md = mq->blkdata; 54d49d776 Per Forlin 2011-07-01 1597 struct mmc_card *card = md->queue.card; 54d49d776 Per Forlin 2011-07-01 1598 struct mmc_blk_request *brq = &mq->mqrq_cur->brq; b8360a494 Adrian Hunter 2015-05-07 1599 int ret = 1, disable_multi = 0, retry = 0, type, retune_retry_done = 0; d78d4a8ad Per Forlin 2011-07-01 1600 enum mmc_blk_status status; ee8a43a51 Per Forlin 2011-07-01 1601 struct mmc_queue_req *mq_rq; a5075eb94 Saugata Das 2012-05-17 1602 struct request *req = rqc; ee8a43a51 Per Forlin 2011-07-01 1603 struct mmc_async_req *areq; ce39f9d17 Seungwon Jeon 2013-02-06 @1604 u8 reqs = 0; ee8a43a51 Per Forlin 2011-07-01 1605 ee8a43a51 Per Forlin 2011-07-01 1606 if (!rqc && !mq->mqrq_prev->req) ee8a43a51 Per Forlin 2011-07-01 1607 return 0; 54d49d776 Per Forlin 2011-07-01 1608 54d49d776 Per Forlin 2011-07-01 1609 do { ee8a43a51 Per Forlin 2011-07-01 1610 if (rqc) { a5075eb94 Saugata Das 2012-05-17 1611 /* a5075eb94 Saugata Das 2012-05-17 1612 * When 4KB native sector is enabled, only 8 blocks :::::: The code at line 1604 was first introduced by commit :::::: ce39f9d17c14e56ea6772aa84393e6e0cc8499c4 mmc: support packed write command for eMMC4.5 devices :::::: TO: Seungwon Jeon <tgih.jun@xxxxxxxxxxx> :::::: CC: Chris Ball <cjb@xxxxxxxxxx> --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation
Attachment:
.config.gz
Description: application/gzip