diff for duplicates of <1403557535.4587.135.camel@pasglop> diff --git a/a/1.txt b/N1/1.txt index 5660aab..6ad392b 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -222,7 +222,7 @@ Ben. > + > + /* OPAL call */ > + rc = opal_err_injct(&ei); -> + if (rc = OPAL_SUCCESS) +> + if (rc == OPAL_SUCCESS) > + ret = count; > + else > + ret = -EIO; @@ -232,7 +232,8 @@ Ben. > + return ret; > +} > + -> +static struct kobj_attribute errinjct_attr > + __ATTR(errinjct, 0600, NULL, errinjct_store); +> +static struct kobj_attribute errinjct_attr = +> + __ATTR(errinjct, 0600, NULL, errinjct_store); > + > +void __init opal_errinjct_init(void) > +{ diff --git a/a/content_digest b/N1/content_digest index 7b8587b..f3c9609 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\01403489682-14841-3-git-send-email-gwshan@linux.vnet.ibm.com\0" "From\0Benjamin Herrenschmidt <benh@kernel.crashing.org>\0" "Subject\0Re: [PATCH v1 2/3] powerpc/powernv: Support PCI error injection\0" - "Date\0Mon, 23 Jun 2014 21:05:35 +0000\0" + "Date\0Tue, 24 Jun 2014 07:05:35 +1000\0" "To\0Gavin Shan <gwshan@linux.vnet.ibm.com>\0" "Cc\0aik@ozlabs.ru" qiudayu@linux.vnet.ibm.com @@ -235,7 +235,7 @@ "> +\n" "> +\t/* OPAL call */\n" "> +\trc = opal_err_injct(&ei);\n" - "> +\tif (rc = OPAL_SUCCESS)\n" + "> +\tif (rc == OPAL_SUCCESS)\n" "> +\t\tret = count;\n" "> +\telse\n" "> +\t\tret = -EIO;\n" @@ -245,7 +245,8 @@ "> +\treturn ret;\n" "> +}\n" "> +\n" - "> +static struct kobj_attribute errinjct_attr > +\t__ATTR(errinjct, 0600, NULL, errinjct_store);\n" + "> +static struct kobj_attribute errinjct_attr =\n" + "> +\t__ATTR(errinjct, 0600, NULL, errinjct_store);\n" "> +\n" "> +void __init opal_errinjct_init(void)\n" "> +{\n" @@ -278,4 +279,4 @@ "> \n" "> \treturn 0;" -3178b1d5cc823fcb63f09ab089208b13e9c32abe49951775430528480b984163 +be66592edc2f766612612ec9f010520c97070bbf3e6870cdc3b738989863e9a8
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.