.. | .. |
---|
16 | 16 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
---|
17 | 17 | * General Public License for more details. |
---|
18 | 18 | * |
---|
19 | | - * You should have received a copy of the GNU General Public License |
---|
20 | | - * along with this program; if not, write to the Free Software |
---|
21 | | - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, |
---|
22 | | - * USA |
---|
23 | | - * |
---|
24 | 19 | * The full GNU General Public License is included in this distribution |
---|
25 | 20 | * in the file called COPYING. |
---|
26 | 21 | * |
---|
.. | .. |
---|
126 | 121 | #ifdef CONFIG_IWLWIFI_DEBUG |
---|
127 | 122 | if (iwl_have_debug_level(level) && |
---|
128 | 123 | (!limit || net_ratelimit())) |
---|
129 | | - dev_printk(KERN_DEBUG, dev, "%c %s %pV", |
---|
130 | | - in_interrupt() ? 'I' : 'U', function, &vaf); |
---|
| 124 | + dev_printk(KERN_DEBUG, dev, "%s %pV", function, &vaf); |
---|
131 | 125 | #endif |
---|
132 | | - trace_iwlwifi_dbg(level, in_interrupt(), function, &vaf); |
---|
| 126 | + trace_iwlwifi_dbg(level, function, &vaf); |
---|
133 | 127 | va_end(args); |
---|
134 | 128 | } |
---|
135 | 129 | IWL_EXPORT_SYMBOL(__iwl_dbg); |
---|