From: Andy Shevchenko <andriy.shevchenko@intel.com>
To: kernel test robot <lkp@intel.com>
Cc: bingbu.cao@intel.com, linux-media@vger.kernel.org,
sakari.ailus@linux.intel.com, oe-kbuild-all@lists.linux.dev,
bingbu.cao@linux.intel.com
Subject: Re: [PATCH] media: ipu6: remove redundant dependency in Kconfig
Date: Tue, 1 Oct 2024 15:22:41 +0300 [thread overview]
Message-ID: <ZvvpkYunInRSgOUp@smile.fi.intel.com> (raw)
In-Reply-To: <202409280345.yuxEscvz-lkp@intel.com>
On Sat, Sep 28, 2024 at 03:33:21AM +0800, kernel test robot wrote:
...
> drivers/media/pci/intel/ipu6/ipu6.c: In function 'ipu6_pkg_dir_configure_spc':
> >> drivers/media/pci/intel/ipu6/ipu6.c:250:45: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
> 250 | prog = (struct ipu6_cell_program *)((u64)isp->cpd_fw->data + pg_offset);
> | ^
> >> drivers/media/pci/intel/ipu6/ipu6.c:250:16: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
> 250 | prog = (struct ipu6_cell_program *)((u64)isp->cpd_fw->data + pg_offset);
> | ^
Yes, someone should become familiar with uintptr_t.
> --
> drivers/media/pci/intel/ipu6/ipu6-cpd.c:48:33: note: in expansion of macro 'GENMASK'
> 48 | #define PKG_DIR_TYPE_MASK GENMASK(54, 48)
Somebody should learn about _ULL() variants of BIT() and GENMASK()
--
With Best Regards,
Andy Shevchenko
next prev parent reply other threads:[~2024-10-01 12:22 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-27 2:16 [PATCH] media: ipu6: remove redundant dependency in Kconfig bingbu.cao
2024-09-27 2:16 ` bingbu.cao
2024-09-27 19:33 ` kernel test robot
2024-10-01 12:22 ` Andy Shevchenko [this message]
2024-09-30 13:16 ` Andy Shevchenko
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ZvvpkYunInRSgOUp@smile.fi.intel.com \
--to=andriy.shevchenko@intel.com \
--cc=bingbu.cao@intel.com \
--cc=bingbu.cao@linux.intel.com \
--cc=linux-media@vger.kernel.org \
--cc=lkp@intel.com \
--cc=oe-kbuild-all@lists.linux.dev \
--cc=sakari.ailus@linux.intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.