All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <202607031558.090AWNd1-lkp@intel.com>

diff --git a/a/1.txt b/N1/1.txt
index 99ddd89..5389386 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,12 +1,6 @@
-BCC: lkp@intel.com
-CC: oe-kbuild-all@lists.linux.dev
-TO: "Thomas Weißschuh" <linux@weissschuh.net>
-
 tree:   https://git.kernel.org/pub/scm/linux/kernel/git/thomas.weissschuh/linux.git b4/cros_ec-hwmon-locking
 head:   95003896306434c5e2d6cae819f38179e0f5048f
 commit: d54d63ebb10e19d82a484c16372173926c021022 [2/6] priv
-:::::: branch date: 2 days ago
-:::::: commit date: 2 days ago
 config: sparc-randconfig-r071-20260702 (https://download.01.org/0day-ci/archive/20260703/202607031558.090AWNd1-lkp@intel.com/config)
 compiler: sparc64-linux-gcc (GCC) 13.4.0
 smatch: v0.5.0-9185-gbcc58b9c
@@ -22,7 +16,6 @@ drivers/hwmon/cros_ec_hwmon.c:578 cros_ec_hwmon_probe() warn: passing zero to 'P
 
 vim +/PTR_ERR +578 drivers/hwmon/cros_ec_hwmon.c
 
-5798b62867b47b Sung-Chi Li      2025-09-11  545  
 bc3e45258096f2 Thomas Weißschuh 2024-05-29  546  static int cros_ec_hwmon_probe(struct platform_device *pdev)
 bc3e45258096f2 Thomas Weißschuh 2024-05-29  547  {
 bc3e45258096f2 Thomas Weißschuh 2024-05-29  548  	struct device *dev = &pdev->dev;
@@ -56,6 +49,9 @@ bc3e45258096f2 Thomas Weißschuh 2024-05-29  575
 d54d63ebb10e19 Thomas Weißschuh 2026-07-01  576  	priv->hwmon_dev = devm_hwmon_device_register_with_info(dev, "cros_ec", priv,
 bc3e45258096f2 Thomas Weißschuh 2024-05-29  577  							       &cros_ec_hwmon_chip_info, NULL);
 d54d63ebb10e19 Thomas Weißschuh 2026-07-01 @578  	if (PTR_ERR(priv->hwmon_dev))
+
+s/PTR_ERR/IS_ERR/
+
 d54d63ebb10e19 Thomas Weißschuh 2026-07-01  579  		return PTR_ERR(priv->hwmon_dev);
 d54d63ebb10e19 Thomas Weißschuh 2026-07-01  580  
 d54d63ebb10e19 Thomas Weißschuh 2026-07-01  581  	cros_ec_hwmon_register_fan_cooling_devices(dev, priv);
@@ -64,7 +60,6 @@ fb8e659309f72e Sung-Chi Li      2025-09-11  583  	platform_set_drvdata(pdev, pri
 bc3e45258096f2 Thomas Weißschuh 2024-05-29  584  
 bc3e45258096f2 Thomas Weißschuh 2024-05-29  585  	return PTR_ERR_OR_ZERO(hwmon_dev);
 bc3e45258096f2 Thomas Weißschuh 2024-05-29  586  }
-bc3e45258096f2 Thomas Weißschuh 2024-05-29  587  
 
 --
 0-DAY CI Kernel Test Service
diff --git a/a/content_digest b/N1/content_digest
index b467433..88c2910 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,20 +1,15 @@
- "From\0kernel test robot <lkp@intel.com>\0"
+ "From\0Dan Carpenter <error27@gmail.com>\0"
  "Subject\0[thomas-weissschuh:b4/cros_ec-hwmon-locking 2/6] drivers/hwmon/cros_ec_hwmon.c:578 cros_ec_hwmon_probe() warn: passing zero to 'PTR_ERR'\0"
- "Date\0Fri, 03 Jul 2026 15:51:29 +0800\0"
- "To\0oe-kbuild@lists.linux.dev\0"
+ "Date\0Thu, 9 Jul 2026 13:37:14 +0300\0"
+ "To\0oe-kbuild@lists.linux.dev"
+ " Thomas Wei\303\237schuh <linux@weissschuh.net>\0"
  "Cc\0lkp@intel.com"
- " Dan Carpenter <error27@gmail.com>\0"
+ " oe-kbuild-all@lists.linux.dev\0"
  "\00:1\0"
  "b\0"
- "BCC: lkp@intel.com\n"
- "CC: oe-kbuild-all@lists.linux.dev\n"
- "TO: \"Thomas Wei\303\237schuh\" <linux@weissschuh.net>\n"
- "\n"
  "tree:   https://git.kernel.org/pub/scm/linux/kernel/git/thomas.weissschuh/linux.git b4/cros_ec-hwmon-locking\n"
  "head:   95003896306434c5e2d6cae819f38179e0f5048f\n"
  "commit: d54d63ebb10e19d82a484c16372173926c021022 [2/6] priv\n"
- ":::::: branch date: 2 days ago\n"
- ":::::: commit date: 2 days ago\n"
  "config: sparc-randconfig-r071-20260702 (https://download.01.org/0day-ci/archive/20260703/202607031558.090AWNd1-lkp@intel.com/config)\n"
  "compiler: sparc64-linux-gcc (GCC) 13.4.0\n"
  "smatch: v0.5.0-9185-gbcc58b9c\n"
@@ -30,7 +25,6 @@
  "\n"
  "vim +/PTR_ERR +578 drivers/hwmon/cros_ec_hwmon.c\n"
  "\n"
- "5798b62867b47b Sung-Chi Li      2025-09-11  545  \n"
  "bc3e45258096f2 Thomas Wei\303\237schuh 2024-05-29  546  static int cros_ec_hwmon_probe(struct platform_device *pdev)\n"
  "bc3e45258096f2 Thomas Wei\303\237schuh 2024-05-29  547  {\n"
  "bc3e45258096f2 Thomas Wei\303\237schuh 2024-05-29  548  \tstruct device *dev = &pdev->dev;\n"
@@ -64,6 +58,9 @@
  "d54d63ebb10e19 Thomas Wei\303\237schuh 2026-07-01  576  \tpriv->hwmon_dev = devm_hwmon_device_register_with_info(dev, \"cros_ec\", priv,\n"
  "bc3e45258096f2 Thomas Wei\303\237schuh 2024-05-29  577  \t\t\t\t\t\t\t       &cros_ec_hwmon_chip_info, NULL);\n"
  "d54d63ebb10e19 Thomas Wei\303\237schuh 2026-07-01 @578  \tif (PTR_ERR(priv->hwmon_dev))\n"
+ "\n"
+ "s/PTR_ERR/IS_ERR/\n"
+ "\n"
  "d54d63ebb10e19 Thomas Wei\303\237schuh 2026-07-01  579  \t\treturn PTR_ERR(priv->hwmon_dev);\n"
  "d54d63ebb10e19 Thomas Wei\303\237schuh 2026-07-01  580  \n"
  "d54d63ebb10e19 Thomas Wei\303\237schuh 2026-07-01  581  \tcros_ec_hwmon_register_fan_cooling_devices(dev, priv);\n"
@@ -72,10 +69,9 @@
  "bc3e45258096f2 Thomas Wei\303\237schuh 2024-05-29  584  \n"
  "bc3e45258096f2 Thomas Wei\303\237schuh 2024-05-29  585  \treturn PTR_ERR_OR_ZERO(hwmon_dev);\n"
  "bc3e45258096f2 Thomas Wei\303\237schuh 2024-05-29  586  }\n"
- "bc3e45258096f2 Thomas Wei\303\237schuh 2024-05-29  587  \n"
  "\n"
  "--\n"
  "0-DAY CI Kernel Test Service\n"
  https://github.com/intel/lkp-tests/wiki
 
-4c32307bdb520a2f2742d36046aae4c9abcedee461f4080105fdf6a8b176dd10
+560095f5977725331746b884c33c268bb9e7b8f1fb9c882b4af9beb7bc09aaf1

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.