On 11/27/2012 06:00 PM, Wen Congyang wrote:
  static int __remove_section(struct zone *zone, struct mem_section *ms)
  {
        unsigned long flags;
@@ -330,9 +317,9 @@ static int __remove_section(struct zone *zone, struct 
mem_section *ms)
        pgdat_resize_lock(pgdat,&flags);
        sparse_remove_one_section(zone, ms);
        pgdat_resize_unlock(pgdat,&flags);
-       return 0;
+
+       return ret;

I think we don't need to change this line. :)

Reviewed-by: Tang Chen <tangc...@cn.fujitsu.com>

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to