diff for duplicates of <52D52761.1000303@codethink.co.uk> diff --git a/a/1.txt b/N1/1.txt index 4ae2afb..932d007 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -8,7 +8,7 @@ On 13/01/14 19:55, Rafael J. Wysocki wrote: >> - clk_enable(ce->clk); >> - ce->status = PCE_STATUS_ENABLED; >> + ret = clk_enable(ce->clk); ->> + if (ret == 0) +>> + if (ret = 0) > > Can you please use if (!ret) here? > diff --git a/a/content_digest b/N1/content_digest index fa3a428..54d28fe 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -23,7 +23,7 @@ ">> -\t\t\tclk_enable(ce->clk);\n" ">> -\t\t\tce->status = PCE_STATUS_ENABLED;\n" ">> +\t\t\tret = clk_enable(ce->clk);\n" - ">> +\t\t\tif (ret == 0)\n" + ">> +\t\t\tif (ret = 0)\n" ">\n" "> Can you please use if (!ret) here?\n" ">\n" @@ -36,4 +36,4 @@ "Ben Dooks\t\t\t\thttp://www.codethink.co.uk/\n" "Senior Engineer\t\t\t\tCodethink - Providing Genius" -9b1fee1dbe515eba5e1a0de25673ae4ee5dd8d1fdf002229e21df7ea9b5f6dd4 +a72c7058eb72f2344ab6b06440678e80007d4f9dd0368c32ee9c7c66ada95dd5
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.