On 11/13/12 19:41, Johnson, Eric wrote: > It's OK to add. > Signed-off-by: Eric Johnson <er...@mips.com>
Updated patch. > I wasn't sure how to submit a patch to an unsubmitted patch. As usual: "git commit -s" + "git format-patch" + "git send-email", especially as this one stands on its own and has no dependency on the unsubmitted patch, but it is fine for incremental fixes too. Then I can simply "git am -s" the patch and either carry it on as is or squash in the incremental fix on a case-by-case basis. I tend to carry patches as is, but in some cases squashing can be better for bisectability. cheers, Gerd