Skip to content

Commit

Permalink
When a merge does not work automatically, git prevents
Browse files Browse the repository at this point in the history
commit from running until a change has been made in
the destination.  In this instance the desired result
was to choose the destination version of the file
and ignore the source version, but git would not
allow that.

Here I added a blank line to let git commit think
I resolved a merge conflict.
  • Loading branch information
Len Brown committed Aug 4, 2005
2 parents aefdcfa + d4ab025 commit bd6dbdf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/acpi/dispatcher/dswload.c
Original file line number Diff line number Diff line change
Expand Up @@ -983,6 +983,7 @@ acpi_ds_load2_end_op (
ACPI_NS_SEARCH_PARENT | ACPI_NS_DONT_OPEN_SCOPE,
walk_state, &(new_node));
if (ACPI_SUCCESS (status)) {

/*
* Make sure that what we found is indeed a method
* We didn't search for a method on purpose, to see if the name
Expand Down

0 comments on commit bd6dbdf

Please sign in to comment.