commit | 52b265a12768b9a72679bec825eb82c784116464 | [log] [tgz] |
---|---|---|
author | Alan Stern <stern@rowland.harvard.edu> | Mon Mar 08 16:48:49 2010 -0500 |
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | Tue May 11 12:01:08 2010 -0700 |
tree | 59affe31ac556631a9012e13f93ea54e43109f2f | |
parent | 75568f8094eb0333e9c2109b23cbc8b82d318a3c [diff] |
PCI: clearing wakeup flags not needed This patch (as1353) removes a couple of unnecessary assignments from the PCI core. The should_wakeup flag is naturally initialized to 0; there's no need to clear it. Acked-by: Rafael J. Wysocki <rjw@sisk.pl> Signed-off-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>