All of lore.kernel.org
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
Cc: Deepak M <m.deepak@intel.com>,
	Jani Nikula <jani.nikula@intel.com>,
	intel-gfx@lists.freedesktop.org,
	vkorjani <vikas.korjani@intel.com>,
	kbuild-all@01.org
Subject: Re: [PATCH 2/2] drm/i915: Adding the parsing logic for the i2c element
Date: Fri, 11 Mar 2016 19:34:46 +0800	[thread overview]
Message-ID: <201603111907.6ZL07xG1%fengguang.wu@intel.com> (raw)
In-Reply-To: <1457691925-10655-2-git-send-email-m.deepak@intel.com>

[-- Attachment #1: Type: text/plain, Size: 1242 bytes --]

Hi vkorjani,

[auto build test ERROR on drm-intel/for-linux-next]
[also build test ERROR on next-20160311]
[cannot apply to v4.5-rc7]
[if your patch is applied to the wrong git tree, please drop us a note to help improving the system]

url:    https://github.com/0day-ci/linux/commits/Deepak-M/drm-i915-Get-the-i2c-bus-number-from-the-ACPI/20160311-182912
base:   git://anongit.freedesktop.org/drm-intel for-linux-next
config: i386-defconfig (attached as .config)
reproduce:
        # save the attached .config to linux build tree
        make ARCH=i386 

All errors (new ones prefixed by >>):

   drivers/gpu/drm/i915/intel_dsi_panel_vbt.c: In function 'mipi_exec_i2c':
>> drivers/gpu/drm/i915/intel_dsi_panel_vbt.c:322:3: error: expected '}' before 'else'
      else
      ^

vim +322 drivers/gpu/drm/i915/intel_dsi_panel_vbt.c

   316		for (i = 0; i < 6; i++) {
   317			ret = i2c_transfer(adapter, &msg, 1);
   318			if (ret == 1)
   319				goto out_free;
   320			else if (ret == -EAGAIN) {
   321				usleep_range(1000, 2500);
 > 322			else
   323				break;
   324		}
   325	

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

[-- Attachment #2: .config.gz --]
[-- Type: application/octet-stream, Size: 24342 bytes --]

[-- Attachment #3: Type: text/plain, Size: 160 bytes --]

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

  reply	other threads:[~2016-03-11 11:50 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-11 10:25 [PATCH 1/2] drm/i915: Get the i2c bus number from the ACPI Deepak M
2016-03-11 10:11 ` ✗ Fi.CI.BAT: failure for series starting with [1/2] " Patchwork
2016-03-11 10:38   ` [PATCH 2/2] drm/i915: Adding the parsing logic for the i2c element Deepak M
2016-03-11 10:25 ` Deepak M
2016-03-11 11:34   ` kbuild test robot [this message]
2016-04-19 10:38 ` [PATCH 1/2] drm/i915: Get the i2c bus number from the ACPI Deepak, M

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=201603111907.6ZL07xG1%fengguang.wu@intel.com \
    --to=lkp@intel.com \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=jani.nikula@intel.com \
    --cc=kbuild-all@01.org \
    --cc=m.deepak@intel.com \
    --cc=vikas.korjani@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.