<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.linux.kernel">
    <title>gmane.linux.kernel</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel/1494191"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel/1494189"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel/1494186"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel/1494185"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel/1494183"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel/1494182"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel/1494179"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel/1494178"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel/1494176"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel/1494175"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel/1494174"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel/1494171"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel/1494170"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel/1494167"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel/1494166"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel/1494164"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel/1494162"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel/1494161"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel/1494159"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel/1494158"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel/1494191">
    <title>Re: [PATCH 2/5] Add aix lvm partitions support files</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel/1494191</link>
    <description>&lt;pre&gt;Hi Andrew,

On Mon, May 20, 2013 at 04:39:27PM -0700, Andrew Morton wrote:

AIX LVM permits to make "logical volumes" which are made of multiple slices
of multiple disks.  The new code allows only access to the "logical volumes"
which are made of one slice on the probed disk, a slice being a contiguous
disk area.  The code also detects "logical volumes" made of multiple slices
on the probed disk, but can not describe them to the partition layer, because
the partition layer generic code does not support that.  When such
non-contiguous "logical volumes" are detected, a diagnostic message is
printed.

Philippe

&lt;/pre&gt;</description>
    <dc:creator>Philippe De Muyter</dc:creator>
    <dc:date>2013-05-21T07:27:54</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel/1494189">
    <title>Re: [RFC 0/7] perf report/gtk: Add support for hierarchy view</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel/1494189</link>
    <description>&lt;pre&gt;Hi Pekka,

On Tue, 21 May 2013 10:04:05 +0300, Pekka Enberg wrote:

Yes, I think it's doable.  I don't have an idea how to use both of the
features at the same time though.  Anyway, I'll try to add support for
callchains later.

Thanks,
Namhyung
&lt;/pre&gt;</description>
    <dc:creator>Namhyung Kim</dc:creator>
    <dc:date>2013-05-21T07:26:25</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel/1494186">
    <title>Re: [PATCH 3/5] partitions/msdos: enumerate also AIX LVM partitions</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel/1494186</link>
    <description>&lt;pre&gt;Hi Andrew,

On Mon, May 20, 2013 at 04:41:52PM -0700, Andrew Morton wrote:

Well, PowerPC BIOS (PPCBUG or Open Firmware) mimics PC BIOS and requires the
first block of the disk to describe the boot partition the same way that
PC BIOS does.  Remember, the aim of IBM, Motorola and Apple was to replace
the PC's by PowerPC's :).  So, an AIX disk can erroneously be recognized as
a dos disk with two partitions (two times the same boot partition).  That's
the reason why there is already code in block/partitions/msdos.c to avoid
that.

I didn't want to remove the AIX protection from msdos.c, for the likely case
that someone would compile the kernel without AIX_PARTITION support,  And, as
a part of the AIX detection was already done by 'aix_magic_present', I did
not want to duplicate it.  I can move the AIX detection logic to aix.c and
still keep the AIX protection for msdos.c with some more #ifdef's if you prefer.

Philippe
&lt;/pre&gt;</description>
    <dc:creator>Philippe De Muyter</dc:creator>
    <dc:date>2013-05-21T07:16:04</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel/1494185">
    <title>Re: [PATCH v3 net-next 3/4] ixgbe: Add support for ndo_ll_poll</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel/1494185</link>
    <description>&lt;pre&gt;From: "Eilon Greenstein" &amp;lt;eilong&amp;lt; at &amp;gt;broadcom.com&amp;gt;
Date: Tue, 21 May 2013 10:06:43 +0300


I think in two or three more iterations it will be merged.

There are no objections on the fundamentals, it's just implementation
details and coding style at this point.
&lt;/pre&gt;</description>
    <dc:creator>David Miller</dc:creator>
    <dc:date>2013-05-21T07:14:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel/1494183">
    <title>Re: [PATCH 00/19] driver:usb&amp;net: add missing platform_driver owner</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel/1494183</link>
    <description>&lt;pre&gt;From: Thomas Petazzoni &amp;lt;thomas.petazzoni&amp;lt; at &amp;gt;free-electrons.com&amp;gt;
Date: Tue, 21 May 2013 08:41:08 +0200


Even better.
&lt;/pre&gt;</description>
    <dc:creator>David Miller</dc:creator>
    <dc:date>2013-05-21T07:13:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel/1494182">
    <title>Re: [PATCH 1/1] numa, mm, memory-hotplug: Do not allocate pagetable to local node with MEMORY_HOTREMOVE enabled.</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel/1494182</link>
    <description>&lt;pre&gt;Hi

On 05/21/2013 03:02 PM, Pekka Enberg wrote:
......

Please refer to the following patch-set.
https://lkml.org/lkml/2013/4/11/829

patch21 and patch22 will allocate pagetable to local, which may cause
memory hot-remove fail.

But this patch-set is not in the mainline now.

Thanks. :)


&lt;/pre&gt;</description>
    <dc:creator>Tang Chen</dc:creator>
    <dc:date>2013-05-21T07:12:53</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel/1494179">
    <title>[GIT PULL] s390 patches for the 3.10-rc3</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel/1494179</link>
    <description>&lt;pre&gt;Hi Linus,

please pull from the 'for-linus' branch of

git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git for-linus

to receive the following updates:
An additional sysfs attribute for channel paths and a couple of bux fixes.

Alexander Shiyan (1):
      s390: remove non existent reference to GENERIC_KERNEL_THREAD

Christian Borntraeger (4):
      s390: disable pfmf for clear page instruction
      s390: fix gmap_ipte_notifier vs. software dirty pages
      s390/xpram: mark xpram as non-rotational
      s390/pgtable: fix ipte notify bit

Heiko Carstens (2):
      s390/disassembler: prevent endless loop in print_fn_code()
      s390/ftrace: fix mcount adjustment

Martin Schwidefsky (1):
      s390/smp: fix cpu re-scan vs. cpu state

Peter Oberparleiter (1):
      s390/cio: add channel ID sysfs attribute

 arch/s390/Kconfig               |    1 -
 arch/s390/include/asm/ftrace.h  |   12 +++++++-----
 arch/s390/include/asm/page.h    |   20 ++++++++------------
 arch/s390/include/asm/pgtable.h |    4 +&lt;/pre&gt;</description>
    <dc:creator>Martin Schwidefsky</dc:creator>
    <dc:date>2013-05-21T07:06:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel/1494178">
    <title>Re: [RFC 0/7] perf report/gtk: Add support for hierarchy view</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel/1494178</link>
    <description>&lt;pre&gt;Hello,

On Tue, May 21, 2013 at 9:14 AM, Namhyung Kim &amp;lt;namhyung&amp;lt; at &amp;gt;kernel.org&amp;gt; wrote:

Can use this infrastructure to support call-graphs in the GTK UI?

                        Pekka
&lt;/pre&gt;</description>
    <dc:creator>Pekka Enberg</dc:creator>
    <dc:date>2013-05-21T07:04:05</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel/1494176">
    <title>Re: [PATCH 1/1] numa, mm, memory-hotplug: Do not allocate pagetable to local node with MEMORY_HOTREMOVE enabled.</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel/1494176</link>
    <description>&lt;pre&gt;
Ugh. Special-casing for CONFIG_MEMORY_HOTPLUG is just begging for
trouble. Were you able to determine which commit broke memory
hot-remove?
&lt;/pre&gt;</description>
    <dc:creator>Pekka Enberg</dc:creator>
    <dc:date>2013-05-21T07:02:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel/1494175">
    <title>Re: [RFC PATCH 6/8] kthread: Enable parking requests from setup() and unpark() callbacks</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel/1494175</link>
    <description>&lt;pre&gt;
unpark() can already do a proper park, because immediately after
coming out of the parked state, the 'continue' statement helps
re-evaluate the stop/park condition.

So this fix is only for the -&amp;gt;setup() case.


Sounds good to me.

Reviewed-by: Srivatsa S. Bhat &amp;lt;srivatsa.bhat&amp;lt; at &amp;gt;linux.vnet.ibm.com&amp;gt;

But I wonder what nmi_watchdog=0 should actually mean, semantically..
The current code works as if the user asked us not to run the watchdog
threads, but it could as well be interpreted as if the user does not
want to run *any* watchdog-related *code*. In that case, ideally we
should *unregister* the watchdog threads, instead of just parking them.
And when the user enables them again via sysctl/procfs, we should
register the watchdog threads with the smpboot infrastructure.

I'm not saying that the current semantics is wrong, but if we really
implement it the other way I proposed above, then we won't have to deal
with weird issues like -&amp;gt;setup() code wanting to park, and watchdog
threads unparking and parking thems&lt;/pre&gt;</description>
    <dc:creator>Srivatsa S. Bhat</dc:creator>
    <dc:date>2013-05-21T06:59:25</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel/1494174">
    <title>Re: [PATCH] arm64: kernel: need extern variable 'screen_info' for related driver using.</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel/1494174</link>
    <description>&lt;pre&gt;
No, you missed "and we can remove the long list of architectures from the
current option".


I strongly support CONFIG_HAVE_VGA_CONSOLE.

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert&amp;lt; at &amp;gt;linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds
&lt;/pre&gt;</description>
    <dc:creator>Geert Uytterhoeven</dc:creator>
    <dc:date>2013-05-21T06:57:36</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel/1494171">
    <title>Re: [PATCH v2] sched: wake-affine throttle</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel/1494171</link>
    <description>&lt;pre&gt;
Got it, thanks for your review :)

Regards,
Michael Wang


&lt;/pre&gt;</description>
    <dc:creator>Michael Wang</dc:creator>
    <dc:date>2013-05-21T06:52:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel/1494170">
    <title>Re: [PATCH v2] sched: wake-affine throttle</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel/1494170</link>
    <description>&lt;pre&gt;
You can change CC to
Reviewed-by: Alex Shi &amp;lt;alex.shi&amp;lt; at &amp;gt;intel.com&amp;gt;

&lt;/pre&gt;</description>
    <dc:creator>Alex Shi</dc:creator>
    <dc:date>2013-05-21T06:47:27</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel/1494167">
    <title>Re: [PATCH 00/19] driver:usb&amp;net: add missing platform_driver owner</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel/1494167</link>
    <description>&lt;pre&gt;Dear David Miller,

On Mon, 20 May 2013 23:26:19 -0700 (PDT), David Miller wrote:

Or, maybe make the existing module_platform_driver() macro do this?

Best regards,

Thomas
&lt;/pre&gt;</description>
    <dc:creator>Thomas Petazzoni</dc:creator>
    <dc:date>2013-05-21T06:41:08</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel/1494166">
    <title>Re: [PATCH 1/3] imx-drm: imx-tve: Check the return value of 'regulator_enable()'</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel/1494166</link>
    <description>&lt;pre&gt;
All three:

Acked-by: Sascha Hauer &amp;lt;s.hauer&amp;lt; at &amp;gt;pengutronix.de&amp;gt;

Sascha

&lt;/pre&gt;</description>
    <dc:creator>Sascha Hauer</dc:creator>
    <dc:date>2013-05-21T06:38:08</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel/1494164">
    <title>Re: [PATCH] ARM: vt8500: Add missing NULL terminator in dt_compat</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel/1494164</link>
    <description>&lt;pre&gt;
Done.

Thanks,

-Olof
&lt;/pre&gt;</description>
    <dc:creator>Olof Johansson</dc:creator>
    <dc:date>2013-05-21T06:31:39</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel/1494162">
    <title>Re: [PATCH 00/19] driver:usb&amp;net: add missing platform_driver owner</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel/1494162</link>
    <description>&lt;pre&gt;From: Libo Chen &amp;lt;libo.chen&amp;lt; at &amp;gt;huawei.com&amp;gt;
Date: Tue, 21 May 2013 10:42:00 +0800


Instead of doing it this way, which is obviously error prone and
easy to forget, make platform_driver_register() be a macro which
sets the module owner field then calls the real __platform_driver_register().
&lt;/pre&gt;</description>
    <dc:creator>David Miller</dc:creator>
    <dc:date>2013-05-21T06:26:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel/1494161">
    <title>Re: [GIT PULL] at91: fixes for 3.10 #1</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel/1494161</link>
    <description>&lt;pre&gt;
Pulled, thanks.


-Olof
&lt;/pre&gt;</description>
    <dc:creator>Olof Johansson</dc:creator>
    <dc:date>2013-05-21T06:25:27</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel/1494159">
    <title>[PATCH 8/8] rtc: rtc-sh: use devm_*() functions</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel/1494159</link>
    <description>&lt;pre&gt;Use devm_*() functions to make cleanup paths simpler.

Signed-off-by: Jingoo Han &amp;lt;jg1.han&amp;lt; at &amp;gt;samsung.com&amp;gt;
---
 drivers/rtc/rtc-sh.c |   72 +++++++++++++++-----------------------------------
 1 file changed, 21 insertions(+), 51 deletions(-)

diff --git a/drivers/rtc/rtc-sh.c b/drivers/rtc/rtc-sh.c
index cb2f839..6d87e26 100644
--- a/drivers/rtc/rtc-sh.c
+++ b/drivers/rtc/rtc-sh.c
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -593,7 +593,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; static int __init sh_rtc_probe(struct platform_device *pdev)
 char clk_name[6];
 int clk_id, ret;
 
-rtc = kzalloc(sizeof(struct sh_rtc), GFP_KERNEL);
+rtc = devm_kzalloc(&amp;amp;pdev-&amp;gt;dev, sizeof(*rtc), GFP_KERNEL);
 if (unlikely(!rtc))
 return -ENOMEM;
 
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -602,9 +602,8 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; static int __init sh_rtc_probe(struct platform_device *pdev)
 /* get periodic/carry/alarm irqs */
 ret = platform_get_irq(pdev, 0);
 if (unlikely(ret &amp;lt;= 0)) {
-ret = -ENOENT;
 dev_err(&amp;amp;pdev-&amp;gt;dev, "No IRQ resource\n");
-goto err_badres;
+return -ENOENT;
 }
 
 rtc-&amp;gt;periodic_irq = ret;
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -613,24 +612,21 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; static int __init sh_rtc_pr&lt;/pre&gt;</description>
    <dc:creator>Jingoo Han</dc:creator>
    <dc:date>2013-05-21T06:18:54</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel/1494158">
    <title>[PATCH 7/8] rtc: rtc-rx8025: use devm_*() functions</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel/1494158</link>
    <description>&lt;pre&gt;Use devm_*() functions to make cleanup paths simpler.

Signed-off-by: Jingoo Han &amp;lt;jg1.han&amp;lt; at &amp;gt;samsung.com&amp;gt;
---
 drivers/rtc/rtc-rx8025.c |   18 +++++-------------
 1 file changed, 5 insertions(+), 13 deletions(-)

diff --git a/drivers/rtc/rtc-rx8025.c b/drivers/rtc/rtc-rx8025.c
index 0722d36..8fa23ea 100644
--- a/drivers/rtc/rtc-rx8025.c
+++ b/drivers/rtc/rtc-rx8025.c
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -549,7 +549,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; static int rx8025_probe(struct i2c_client *client,
 goto errout;
 }
 
-rx8025 = kzalloc(sizeof(*rx8025), GFP_KERNEL);
+rx8025 = devm_kzalloc(&amp;amp;client-&amp;gt;dev, sizeof(*rx8025), GFP_KERNEL);
 if (!rx8025) {
 dev_err(&amp;amp;adapter-&amp;gt;dev, "failed to alloc memory\n");
 err = -ENOMEM;
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -562,7 +562,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; static int rx8025_probe(struct i2c_client *client,
 
 err = rx8025_init_client(client, &amp;amp;need_reset);
 if (err)
-goto errout_free;
+goto errout;
 
 if (need_reset) {
 struct rtc_time tm;
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -572,12 +572,12 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; static int rx8025_probe(struct i2c_client *client,
 rx8025_set_time(&amp;amp;client-&amp;gt;dev, &amp;amp;tm);
 }
 
-rx8025-&amp;gt;rtc = rtc_dev&lt;/pre&gt;</description>
    <dc:creator>Jingoo Han</dc:creator>
    <dc:date>2013-05-21T06:18:32</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel/1494157">
    <title>[PATCH 6/8] rtc: rtc-pxa: use devm_*() functions</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel/1494157</link>
    <description>&lt;pre&gt;Use devm_*() functions to make cleanup paths simpler.

Signed-off-by: Jingoo Han &amp;lt;jg1.han&amp;lt; at &amp;gt;samsung.com&amp;gt;
---
 drivers/rtc/rtc-pxa.c |   43 ++++++++++++-------------------------------
 1 file changed, 12 insertions(+), 31 deletions(-)

diff --git a/drivers/rtc/rtc-pxa.c b/drivers/rtc/rtc-pxa.c
index ed037ae..a355f2b 100644
--- a/drivers/rtc/rtc-pxa.c
+++ b/drivers/rtc/rtc-pxa.c
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -324,37 +324,35 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; static int __init pxa_rtc_probe(struct platform_device *pdev)
 int ret;
 u32 rttr;
 
-pxa_rtc = kzalloc(sizeof(struct pxa_rtc), GFP_KERNEL);
+pxa_rtc = devm_kzalloc(dev, sizeof(*pxa_rtc), GFP_KERNEL);
 if (!pxa_rtc)
 return -ENOMEM;
 
 spin_lock_init(&amp;amp;pxa_rtc-&amp;gt;lock);
 platform_set_drvdata(pdev, pxa_rtc);
 
-ret = -ENXIO;
 pxa_rtc-&amp;gt;ress = platform_get_resource(pdev, IORESOURCE_MEM, 0);
 if (!pxa_rtc-&amp;gt;ress) {
 dev_err(dev, "No I/O memory resource defined\n");
-goto err_ress;
+return -ENXIO;
 }
 
 pxa_rtc-&amp;gt;irq_1Hz = platform_get_irq(pdev, 0);
 if (pxa_rtc-&amp;gt;irq_1Hz &amp;lt; 0) {
 dev_err(dev, "No 1Hz IRQ&lt;/pre&gt;</description>
    <dc:creator>Jingoo Han</dc:creator>
    <dc:date>2013-05-21T06:18:14</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.linux.kernel">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.linux.kernel</link>
  </textinput>
</rdf:RDF>
