Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1468524 > unrolled thread

Re: [PATCH v1 1/5] dma: Add QorIQ qDMA engine driver support

Started bykbuild test robot <lkp@intel.com>
First post2016-08-23 14:20 +0200
Last post2016-08-23 14:20 +0200
Articles 2 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH v1 1/5] dma: Add QorIQ qDMA engine driver support kbuild test robot <lkp@intel.com> - 2016-08-23 14:20 +0200
    [PATCH] dma: fix platform_no_drv_owner.cocci warnings kbuild test robot <lkp@intel.com> - 2016-08-23 14:20 +0200

#1468524 — Re: [PATCH v1 1/5] dma: Add QorIQ qDMA engine driver support

Fromkbuild test robot <lkp@intel.com>
Date2016-08-23 14:20 +0200
SubjectRe: [PATCH v1 1/5] dma: Add QorIQ qDMA engine driver support
Message-ID<s9iQp-3TB-3@gated-at.bofh.it>
Hi Yuan,

[auto build test WARNING on linus/master]
[also build test WARNING on v4.8-rc3 next-20160823]
[if your patch is applied to the wrong git tree, please drop us a note to help improve the system]
[Suggest to use git(>=2.9.0) format-patch --base=<commit> (or --base=auto for convenience) to record what (public, well-known) commit your patch series was built on]
[Check https://git-scm.com/docs/git-format-patch for more information]

url:    https://github.com/0day-ci/linux/commits/Yuan-Yao/dma-Add-QorIQ-qDMA-engine-driver-support/20160818-152520


coccinelle warnings: (new ones prefixed by >>)

>> drivers/dma/qoriq-qdma.c:879:3-8: No need to set .owner here. The core will do it.

Please review and possibly fold the followup patch.

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

[toc] | [next] | [standalone]


#1468526 — [PATCH] dma: fix platform_no_drv_owner.cocci warnings

Fromkbuild test robot <lkp@intel.com>
Date2016-08-23 14:20 +0200
Subject[PATCH] dma: fix platform_no_drv_owner.cocci warnings
Message-ID<s9iQq-3TB-9@gated-at.bofh.it>
In reply to#1468524
drivers/dma/qoriq-qdma.c:879:3-8: No need to set .owner here. The core will do it.

 Remove .owner field if calls are used which set it automatically

Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci

CC: Yuan Yao <yao.yuan@nxp.com>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---

 qoriq-qdma.c |    1 -
 1 file changed, 1 deletion(-)

--- a/drivers/dma/qoriq-qdma.c
+++ b/drivers/dma/qoriq-qdma.c
@@ -876,7 +876,6 @@ MODULE_DEVICE_TABLE(of, fsl_qdma_dt_ids)
 static struct platform_driver fsl_qdma_driver = {
 	.driver		= {
 		.name	= "fsl-qdma",
-		.owner  = THIS_MODULE,
 		.of_match_table = fsl_qdma_dt_ids,
 	},
 	.probe          = fsl_qdma_probe,

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web