Something really odd has happened: the last couple of changesets
have
- int up_flag;
+ int keycode, up_flag;
and
- int up_flag;
+ int up_flag, key;
in another, both in adb_input_keycode(). Even with -m passed to
git-whatchanged there's no sign of anything in that area.
Aside of trivial conflict resolution (see below), what's the right
way to trace the things like that? Linus?
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
---
diff --git a/drivers/macintosh/adbhid.c b/drivers/macintosh/adbhid.c
index 8cce016..2766e4f 100644
--- a/drivers/macintosh/adbhid.c
+++ b/drivers/macintosh/adbhid.c
@@ -282,7 +282,7 @@ static void
adbhid_input_keycode(int id, int scancode, int repeat)
{
struct adbhid *ahid = adbhid[id];
- int keycode, up_flag;
+ int keycode, up_flag, key;
keycode = scancode & 0x7f;
up_flag = scancode & 0x80;
-
| Linus Torvalds | Linux 2.6.27-rc8 |
| Greg KH | Re: [PATCH] USB: mark USB drivers as being GPL only |
| Andrew Morton | Re: x86: 4kstacks default |
| Benjamin Herrenschmidt | Re: [PATCH] [POWERPC] Improve (in|out)_beXX() asm code |
git: | |
| Eric Wong | Re: [PATCH] git-svn: Make it scream by minimizing temp files |
| Jon Smirl | ! [rejected] master -> master (non-fast forward) |
| Jeff King | Re: What's cooking in git.git (topics) |
| Sean | Re: VCS comparison table |
| Richard Stallman | Real men don't attack straw men |
| Tony Abernethy | Re: What is our ultimate goal?? |
| Kevin Neff | Patching a SSH 'Weakness' |
| Stefan Beke | mail dovecot: pipe() failed: Too many open files |
| Evgeniy Polyakov | Re: 2.6.25-rc8: FTP transfer errors |
| Rick Jones | why does tcp_v[46]_conn_request not inc MIB stats |
| Herbert Xu | Re: e100 problems in .23rc8 ? |
| David Miller | Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
