]> rtime.felk.cvut.cz Git - socketcan-devel.git/commitdiff
Use type u64 instead of uint64_t as suggested by Sam
authorwolf <wolf@030b6a49-0b11-0410-94ab-b0dab22257f2>
Tue, 17 Feb 2009 09:19:35 +0000 (09:19 +0000)
committerwolf <wolf@030b6a49-0b11-0410-94ab-b0dab22257f2>
Tue, 17 Feb 2009 09:19:35 +0000 (09:19 +0000)
git-svn-id: svn://svn.berlios.de//socketcan/trunk@952 030b6a49-0b11-0410-94ab-b0dab22257f2

kernel/2.6/drivers/net/can/dev.c

index 8556bec4fdc84deabaebd22312541a01490eb991..475fb990f5ca0834ad641b4f9140631daca53840 100644 (file)
@@ -73,7 +73,7 @@ static int can_calc_bittiming(struct net_device *dev)
        int best_tseg = 0, best_brp = 0, brp = 0;
        int tsegall, tseg = 0, tseg1 = 0, tseg2 = 0;
        int spt_error = 1000, spt = 0, sampl_pt;
-       uint64_t v64;
+       u64 v64;
 
        if (!priv->bittiming_const)
                return -ENOTSUPP;