grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [patch] Make knetbsd pass the root device


From: Grégoire Sutre
Subject: Re: [patch] Make knetbsd pass the root device
Date: Wed, 21 Sep 2011 11:13:33 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.21) Gecko/20110831 Iceowl/1.0b2 Icedove/3.1.13

On 09/21/2011 01:25 AM, Grégoire Sutre wrote:
+  dev = grub_device_open (0);
+  if (! (dev&&  dev->disk&&  dev->disk->partition))
+    return;

This `return' should be a `goto fail'.

Grégoire



reply via email to

[Prev in Thread] Current Thread [Next in Thread]